| 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 | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..4757b1e060e34775b3920149aabe101496596618 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/css/image-orientation/image-orientation-expected.txt | 
| @@ -0,0 +1,47 @@ | 
| +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 successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |