OLD | NEW |
1 PASS successfullyParsed is true | 1 PASS successfullyParsed is true |
2 | 2 |
3 TEST COMPLETE | 3 TEST COMPLETE |
4 PASS document.getElementById("canary").clientWidth is 75 | 4 PASS document.getElementById("canary").clientWidth is 75 |
5 PASS document.getElementById("canary").currentSrc is "resources/blue_rect.jpg?0" | 5 PASS currentSrcFileName("canary") is "blue_rect.jpg?0" |
6 PASS document.getElementById("div_end_picture").clientWidth is 800 | 6 PASS document.getElementById("div_end_picture").clientWidth is 800 |
7 PASS document.getElementById("div_end_picture").currentSrc is "../../hidpi/resou
rces/image-set-2x.png?2" | 7 PASS currentSrcFileName("div_end_picture") is "image-set-2x.png?2" |
8 PASS document.getElementById("div_multiple_end").clientWidth is 800 | 8 PASS document.getElementById("div_multiple_end").clientWidth is 800 |
9 PASS document.getElementById("div_multiple_end").currentSrc is "../../hidpi/reso
urces/image-set-2x.png?2" | 9 PASS currentSrcFileName("div_multiple_end") is "image-set-2x.png?2" |
10 PASS document.getElementById("source_in_div").clientWidth is 75 | 10 PASS document.getElementById("source_in_div").clientWidth is 75 |
11 PASS document.getElementById("source_in_div").currentSrc is "resources/blue_rect
.jpg" | 11 PASS currentSrcFileName("source_in_div") is "blue_rect.jpg" |
12 PASS document.getElementById("not_in_picture").clientWidth is 75 | 12 PASS document.getElementById("not_in_picture").clientWidth is 75 |
13 PASS document.getElementById("not_in_picture").currentSrc is "resources/blue_rec
t.jpg" | 13 PASS currentSrcFileName("not_in_picture") is "blue_rect.jpg" |
14 | 14 |
15 | 15 |
16 | 16 |
17 | 17 |
18 | 18 |
19 | 19 |
OLD | NEW |