Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / image-orientation / image-orientation-expected.txt
blob362b17611e635355c9d0981234459dbdebfee0e7
1 Apply image-orientation property and check computed style.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS img.style.cssText is "image-orientation: from-image;"
7 PASS getComputedStyle(img).imageOrientation is "from-image"
8 PASS img.style.cssText is "image-orientation: 0deg;"
9 PASS getComputedStyle(img).imageOrientation is "0deg"
10 PASS img.style.cssText is ""
11 PASS getComputedStyle(img).imageOrientation is "0deg"
12 PASS img.style.cssText is ""
13 PASS getComputedStyle(img).imageOrientation is "0deg"
14 PASS img.style.cssText is ""
15 PASS getComputedStyle(img).imageOrientation is "0deg"
16 PASS img.style.cssText is ""
17 PASS getComputedStyle(img).imageOrientation is "0deg"
18 PASS img.style.cssText is ""
19 PASS getComputedStyle(img).imageOrientation is "0deg"
20 PASS img.style.cssText is ""
21 PASS getComputedStyle(img).imageOrientation is "0deg"
22 PASS img.style.cssText is ""
23 PASS getComputedStyle(img).imageOrientation is "0deg"
24 PASS img.style.cssText is ""
25 PASS getComputedStyle(img).imageOrientation is "0deg"
26 PASS img.style.cssText is ""
27 PASS getComputedStyle(img).imageOrientation is "0deg"
28 PASS img.style.cssText is ""
29 PASS getComputedStyle(img).imageOrientation is "0deg"
30 PASS img.style.cssText is ""
31 PASS getComputedStyle(img).imageOrientation is "0deg"
32 PASS img.style.cssText is ""
33 PASS getComputedStyle(img).imageOrientation is "0deg"
34 PASS img.style.cssText is ""
35 PASS getComputedStyle(img).imageOrientation is "0deg"
36 PASS img.style.cssText is ""
37 PASS getComputedStyle(img).imageOrientation is "0deg"
38 PASS img.style.cssText is ""
39 PASS getComputedStyle(img).imageOrientation is "0deg"
40 PASS img.style.cssText is ""
41 PASS getComputedStyle(img).imageOrientation is "0deg"
42 PASS img.style.cssText is ""
43 PASS getComputedStyle(img).imageOrientation is "0deg"
44 PASS successfullyParsed is true
46 TEST COMPLETE