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

Unified Diff: LayoutTests/fast/css/image-orientation/image-orientation-dynamic-expected.html

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-dynamic-expected.html
diff --git a/LayoutTests/fast/css/image-orientation/image-orientation-dynamic-expected.html b/LayoutTests/fast/css/image-orientation/image-orientation-dynamic-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..249368a40c98eeccc0d7bbad7c7a0b7fa69b8ffd
--- /dev/null
+++ b/LayoutTests/fast/css/image-orientation/image-orientation-dynamic-expected.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<script>
+if (window.testRunner)
+ testRunner.overridePreference('WebKitShouldRespectImageOrientation', 1);
+</script>
+</head>
+<body>
+<img id="img1" src="../../images/resources/exif-orientation-6-ru.jpg">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698