| 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 img.style.cssText is "image-orientation: from-image;" |
| 7 PASS getComputedStyle(p).imageOrientation is "from-image" | 7 PASS getComputedStyle(img).imageOrientation is "from-image" |
| 8 PASS p.style.cssText is "image-orientation: 0deg;" | 8 PASS img.style.cssText is "image-orientation: 0deg;" |
| 9 PASS getComputedStyle(p).imageOrientation is "0deg" | 9 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 10 PASS p.style.cssText is "" | 10 PASS img.style.cssText is "" |
| 11 PASS getComputedStyle(p).imageOrientation is "0deg" | 11 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 12 PASS p.style.cssText is "" | 12 PASS img.style.cssText is "" |
| 13 PASS getComputedStyle(p).imageOrientation is "0deg" | 13 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 14 PASS p.style.cssText is "" | 14 PASS img.style.cssText is "" |
| 15 PASS getComputedStyle(p).imageOrientation is "0deg" | 15 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 16 PASS p.style.cssText is "" | 16 PASS img.style.cssText is "" |
| 17 PASS getComputedStyle(p).imageOrientation is "0deg" | 17 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 18 PASS p.style.cssText is "" | 18 PASS img.style.cssText is "" |
| 19 PASS getComputedStyle(p).imageOrientation is "0deg" | 19 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 20 PASS p.style.cssText is "" | 20 PASS img.style.cssText is "" |
| 21 PASS getComputedStyle(p).imageOrientation is "0deg" | 21 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 22 PASS p.style.cssText is "" | 22 PASS img.style.cssText is "" |
| 23 PASS getComputedStyle(p).imageOrientation is "0deg" | 23 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 24 PASS p.style.cssText is "" | 24 PASS img.style.cssText is "" |
| 25 PASS getComputedStyle(p).imageOrientation is "0deg" | 25 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 26 PASS p.style.cssText is "" | 26 PASS img.style.cssText is "" |
| 27 PASS getComputedStyle(p).imageOrientation is "0deg" | 27 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 28 PASS p.style.cssText is "" | 28 PASS img.style.cssText is "" |
| 29 PASS getComputedStyle(p).imageOrientation is "0deg" | 29 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 30 PASS p.style.cssText is "" | 30 PASS img.style.cssText is "" |
| 31 PASS getComputedStyle(p).imageOrientation is "0deg" | 31 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 32 PASS p.style.cssText is "" | 32 PASS img.style.cssText is "" |
| 33 PASS getComputedStyle(p).imageOrientation is "0deg" | 33 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 34 PASS p.style.cssText is "" | 34 PASS img.style.cssText is "" |
| 35 PASS getComputedStyle(p).imageOrientation is "0deg" | 35 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 36 PASS p.style.cssText is "" | 36 PASS img.style.cssText is "" |
| 37 PASS getComputedStyle(p).imageOrientation is "0deg" | 37 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 38 PASS p.style.cssText is "" | 38 PASS img.style.cssText is "" |
| 39 PASS getComputedStyle(p).imageOrientation is "0deg" | 39 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 40 PASS p.style.cssText is "" | 40 PASS img.style.cssText is "" |
| 41 PASS getComputedStyle(p).imageOrientation is "0deg" | 41 PASS getComputedStyle(img).imageOrientation is "0deg" |
| 42 PASS p.style.cssText is "" | 42 PASS img.style.cssText is "" |
| 43 PASS getComputedStyle(p).imageOrientation is "0deg" | 43 PASS getComputedStyle(img).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 |