Index: LayoutTests/fast/css/image-orientation/image-orientation-expected.txt |
diff --git a/LayoutTests/fast/css/image-orientation/image-orientation-expected.txt b/LayoutTests/fast/css/image-orientation/image-orientation-expected.txt |
index 4757b1e060e34775b3920149aabe101496596618..362b17611e635355c9d0981234459dbdebfee0e7 100644 |
--- a/LayoutTests/fast/css/image-orientation/image-orientation-expected.txt |
+++ b/LayoutTests/fast/css/image-orientation/image-orientation-expected.txt |
@@ -3,44 +3,44 @@ Apply image-orientation property and check computed style. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS p.style.cssText is "image-orientation: from-image;" |
-PASS getComputedStyle(p).imageOrientation is "from-image" |
-PASS p.style.cssText is "image-orientation: 0deg;" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
-PASS p.style.cssText is "" |
-PASS getComputedStyle(p).imageOrientation is "0deg" |
+PASS img.style.cssText is "image-orientation: from-image;" |
+PASS getComputedStyle(img).imageOrientation is "from-image" |
+PASS img.style.cssText is "image-orientation: 0deg;" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
+PASS img.style.cssText is "" |
+PASS getComputedStyle(img).imageOrientation is "0deg" |
PASS successfullyParsed is true |
TEST COMPLETE |