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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html

Issue 1361413004: Fix directly composited image path for CSS image-orientation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-from-image.html b/third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html
similarity index 90%
copy from third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-from-image.html
copy to third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html
index 4e03f8cadacda3a3ec1dfe3fbfd340bab5d14276..8ba9c7ce7eb4d523cb1e8624ce8b1127841ade6a 100644
--- a/third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-from-image.html
+++ b/third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html
@@ -26,12 +26,12 @@ function load() {
</script>
<style>
body { overflow: hidden; }
-img { border: 1px solid black; image-orientation: from-image; }
+img { border: 1px solid black; }
div { display: inline-block; margin-right: 20px; margin-bottom: 10px; width: 100px; vertical-align: top; }
</style>
</head>
<body onload="load()">
-<b>The images should be rotated respecting their EXIF orientation by use of image-orientation: from-image.</b><br><br>
+<b>The images should not rotate respecting their EXIF orientation since no image-orientation is specified.</b><br><br>
<div><img id="img1" src="../../images/resources/exif-orientation-1-ul.jpg"><br>Normal</div>
<div><img id="img2" src="../../images/resources/exif-orientation-2-ur.jpg"><br>Flipped horizontally</div>
<div><img id="img3" src="../../images/resources/exif-orientation-3-lr.jpg"><br>Rotated 180&deg;</div>

Powered by Google App Engine
This is Rietveld 408576698