Upstream version 8.37.180.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLImageElement / image-sizes-1x-expected.txt
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 PASS document.getElementById("simple").currentSrc.indexOf("file://") == 0 is true
5 PASS document.getElementById("simple").clientWidth is (window.innerWidth)
6 PASS currentSrcFileName("simple") is "image-set-2x.png"
7 PASS document.getElementById("small_sizes").clientWidth is 300
8 PASS currentSrcFileName("small_sizes") is "image-set-1x.png"
9 PASS document.getElementById("sizes_x_descriptors").clientWidth is 400
10 PASS currentSrcFileName("sizes_x_descriptors") is "image-set-1x.png"
11 PASS document.getElementById("sizes_src").clientWidth is 400
12 PASS currentSrcFileName("sizes_src") is "image-set-1x.png"
13 PASS document.getElementById("default_sizes").clientWidth is window.innerWidth
14 PASS currentSrcFileName("default_sizes") is "image-set-2x.png"
15 PASS document.getElementById("invalid_length").clientWidth is window.innerWidth
16 PASS currentSrcFileName("invalid_length") is "image-set-2x.png"
17 PASS document.getElementById("src_and_w").clientWidth is within 0.015625 of 700
18 PASS currentSrcFileName("src_and_w") is "image-set-4x.png"
19 PASS document.getElementById("src_and_w2").clientWidth is within 0.015625 of 700
20 PASS currentSrcFileName("src_and_w2") is "image-set-1x.png"
21 PASS document.getElementById("x_and_w").clientWidth is within 0.015625 of 700
22 PASS currentSrcFileName("x_and_w") is "image-set-4x.png"
23 PASS document.getElementById("x_and_w2").clientWidth is 400
24 PASS currentSrcFileName("x_and_w2") is "image-set-2x.png"
25 PASS document.getElementById("x_and_w3").clientWidth is 400
26 PASS currentSrcFileName("x_and_w3") is "image-set-2x.png"
27 PASS document.getElementById("half_size").clientWidth is (window.innerWidth/2)
28 PASS currentSrcFileName("half_size") is "image-set-2x.png"
29 PASS document.getElementById("infitisimal_sizes").clientWidth is (window.innerWidth/100)
30 PASS currentSrcFileName("infitisimal_sizes") is "image-set-2x.png"
31