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-default.html b/third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html |
index 8ba9c7ce7eb4d523cb1e8624ce8b1127841ade6a..4f92b214ab5f89141e820ff59720014d06332ad3 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/image-orientation/image-orientation-default.html |
@@ -32,17 +32,17 @@ div { display: inline-block; margin-right: 20px; margin-bottom: 10px; width: 100 |
</head> |
<body onload="load()"> |
<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> |
-<div><img id="img4" src="../../images/resources/exif-orientation-4-lol.jpg"><br>Flipped vertically</div> |
+<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> |
+<div><img id="img4" src="../../../images/resources/exif-orientation-4-lol.jpg"><br>Flipped vertically</div> |
<br> |
-<div><img id="img5" src="../../images/resources/exif-orientation-5-lu.jpg"><br>Rotated 90° CCW and flipped vertically</div> |
-<div><img id="img6" src="../../images/resources/exif-orientation-6-ru.jpg"><br>Rotated 90° CCW</div> |
-<div><img id="img7" src="../../images/resources/exif-orientation-7-rl.jpg"><br>Rotated 90° CW and flipped vertically </div> |
-<div><img id="img8" src="../../images/resources/exif-orientation-8-llo.jpg"><br>Rotated 90° CW</div> |
+<div><img id="img5" src="../../../images/resources/exif-orientation-5-lu.jpg"><br>Rotated 90° CCW and flipped vertically</div> |
+<div><img id="img6" src="../../../images/resources/exif-orientation-6-ru.jpg"><br>Rotated 90° CCW</div> |
+<div><img id="img7" src="../../../images/resources/exif-orientation-7-rl.jpg"><br>Rotated 90° CW and flipped vertically </div> |
+<div><img id="img8" src="../../../images/resources/exif-orientation-8-llo.jpg"><br>Rotated 90° CW</div> |
<br> |
-<div><img id="img9" src="../../images/resources/exif-orientation-9-u.jpg"><br>Undefined (invalid value)</div> |
+<div><img id="img9" src="../../../images/resources/exif-orientation-9-u.jpg"><br>Undefined (invalid value)</div> |
<br> |
<ul id="console"></ul> |
</body> |