| Index: third_party/WebKit/LayoutTests/images/image-change-without-resize-shouldnt-layout.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/image-change-without-resize-shouldnt-layout.html b/third_party/WebKit/LayoutTests/images/image-change-without-resize-shouldnt-layout.html
|
| similarity index 80%
|
| rename from third_party/WebKit/LayoutTests/fast/images/image-change-without-resize-shouldnt-layout.html
|
| rename to third_party/WebKit/LayoutTests/images/image-change-without-resize-shouldnt-layout.html
|
| index 5f1d904f4bbd66ce8febdd9ff0163af5d69f64a3..f8e6288edf06f4108e155e7734ce7f5f732408ee 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/image-change-without-resize-shouldnt-layout.html
|
| +++ b/third_party/WebKit/LayoutTests/images/image-change-without-resize-shouldnt-layout.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| <title>This test ensures that when an image changes, but doesn't change size (like in an Animated GIF), we don't force a Layout.</title>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| <div style="float: left;">
|
| -<img style="max-width: 100%" src="../replaced/resources/1x1-blue.png">
|
| +<img style="max-width: 100%" src="../fast/replaced/resources/1x1-blue.png">
|
| </div>
|
| <script>
|
| async_test(function(t) {
|
|
|