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

Unified 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: add converter 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 side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698