Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: LayoutTests/fast/css/image-orientation/image-orientation-expected.txt

Issue 1162793003: Add CSS image-orientation: from-image (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address even more review comments Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Apply image-orientation property and check computed style.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS p.style.cssText is "image-orientation: from-image;"
7 PASS getComputedStyle(p).imageOrientation is "from-image"
8 PASS p.style.cssText is "image-orientation: 0deg;"
9 PASS getComputedStyle(p).imageOrientation is "0deg"
10 PASS p.style.cssText is ""
11 PASS getComputedStyle(p).imageOrientation is "0deg"
12 PASS p.style.cssText is ""
13 PASS getComputedStyle(p).imageOrientation is "0deg"
14 PASS p.style.cssText is ""
15 PASS getComputedStyle(p).imageOrientation is "0deg"
16 PASS p.style.cssText is ""
17 PASS getComputedStyle(p).imageOrientation is "0deg"
18 PASS p.style.cssText is ""
19 PASS getComputedStyle(p).imageOrientation is "0deg"
20 PASS p.style.cssText is ""
21 PASS getComputedStyle(p).imageOrientation is "0deg"
22 PASS p.style.cssText is ""
23 PASS getComputedStyle(p).imageOrientation is "0deg"
24 PASS p.style.cssText is ""
25 PASS getComputedStyle(p).imageOrientation is "0deg"
26 PASS p.style.cssText is ""
27 PASS getComputedStyle(p).imageOrientation is "0deg"
28 PASS p.style.cssText is ""
29 PASS getComputedStyle(p).imageOrientation is "0deg"
30 PASS p.style.cssText is ""
31 PASS getComputedStyle(p).imageOrientation is "0deg"
32 PASS p.style.cssText is ""
33 PASS getComputedStyle(p).imageOrientation is "0deg"
34 PASS p.style.cssText is ""
35 PASS getComputedStyle(p).imageOrientation is "0deg"
36 PASS p.style.cssText is ""
37 PASS getComputedStyle(p).imageOrientation is "0deg"
38 PASS p.style.cssText is ""
39 PASS getComputedStyle(p).imageOrientation is "0deg"
40 PASS p.style.cssText is ""
41 PASS getComputedStyle(p).imageOrientation is "0deg"
42 PASS p.style.cssText is ""
43 PASS getComputedStyle(p).imageOrientation is "0deg"
44 PASS successfullyParsed is true
45
46 TEST COMPLETE
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698