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

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

Issue 1245423002: Auto-rebaseline for r199231 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
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 p.style.cssText is "image-orientation: from-image;"
7 PASS getComputedStyle(p).imageOrientation is "from-image" 7 PASS getComputedStyle(p).imageOrientation is "from-image"
8 PASS p.style.cssText is "image-orientation: 0deg;" 8 PASS p.style.cssText is "image-orientation: 0deg;"
9 PASS getComputedStyle(p).imageOrientation is "0deg" 9 PASS getComputedStyle(p).imageOrientation is "0deg"
10 PASS p.style.cssText is "" 10 PASS p.style.cssText is ""
(...skipping 27 matching lines...) Expand all
38 PASS p.style.cssText is "" 38 PASS p.style.cssText is ""
39 PASS getComputedStyle(p).imageOrientation is "0deg" 39 PASS getComputedStyle(p).imageOrientation is "0deg"
40 PASS p.style.cssText is "" 40 PASS p.style.cssText is ""
41 PASS getComputedStyle(p).imageOrientation is "0deg" 41 PASS getComputedStyle(p).imageOrientation is "0deg"
42 PASS p.style.cssText is "" 42 PASS p.style.cssText is ""
43 PASS getComputedStyle(p).imageOrientation is "0deg" 43 PASS getComputedStyle(p).imageOrientation is "0deg"
44 PASS successfullyParsed is true 44 PASS successfullyParsed is true
45 45
46 TEST COMPLETE 46 TEST COMPLETE
47 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698