OLD | NEW |
1 Apply image-orientation property and check computed style. | 1 Apply image-orientation property and check computed style. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS p.style.cssText is "image-orientation: from-image;" | 6 PASS p.style.cssText is "image-orientation: from-image;" |
7 PASS getComputedStyle(p).imageOrientation is "from-image" | 7 PASS getComputedStyle(p).imageOrientation is "from-image" |
8 PASS p.style.cssText is "image-orientation: 0deg;" | 8 PASS p.style.cssText is "image-orientation: 0deg;" |
9 PASS getComputedStyle(p).imageOrientation is "0deg" | 9 PASS getComputedStyle(p).imageOrientation is "0deg" |
10 PASS p.style.cssText is "" | 10 PASS p.style.cssText is "" |
(...skipping 27 matching lines...) Expand all Loading... |
38 PASS p.style.cssText is "" | 38 PASS p.style.cssText is "" |
39 PASS getComputedStyle(p).imageOrientation is "0deg" | 39 PASS getComputedStyle(p).imageOrientation is "0deg" |
40 PASS p.style.cssText is "" | 40 PASS p.style.cssText is "" |
41 PASS getComputedStyle(p).imageOrientation is "0deg" | 41 PASS getComputedStyle(p).imageOrientation is "0deg" |
42 PASS p.style.cssText is "" | 42 PASS p.style.cssText is "" |
43 PASS getComputedStyle(p).imageOrientation is "0deg" | 43 PASS getComputedStyle(p).imageOrientation is "0deg" |
44 PASS successfullyParsed is true | 44 PASS successfullyParsed is true |
45 | 45 |
46 TEST COMPLETE | 46 TEST COMPLETE |
47 | 47 |
OLD | NEW |