| 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°</div>
|
|
|