| Index: LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor.html
|
| diff --git a/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor.html b/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor.html
|
| index 7e2120815bfc54e90253a57def08fada172d83c4..e74c194fd17d4ed3b71b8aa0279fe19b527da5c3 100644
|
| --- a/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor.html
|
| +++ b/LayoutTests/fast/hidpi/image-srcset-ignore-double-descriptor.html
|
| @@ -4,7 +4,7 @@
|
| window.targetScaleFactor = 1;
|
| </script>
|
| <script src="resources/srcset-helper.js"></script>
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| addEventListener("load", function() {
|
| shouldBeFalse('document.getElementById("foo").clientWidth==100');
|
|
|