Index: LayoutTests/fast/hidpi/image-srcset-dpr-zoom.html |
diff --git a/LayoutTests/fast/hidpi/image-srcset-dpr-zoom.html b/LayoutTests/fast/hidpi/image-srcset-dpr-zoom.html |
index e538980a79d9ffa82a769d156283ab357d61d087..3d6fc417cf332ef1ae9a077d29d2a804802ce3ed 100644 |
--- a/LayoutTests/fast/hidpi/image-srcset-dpr-zoom.html |
+++ b/LayoutTests/fast/hidpi/image-srcset-dpr-zoom.html |
@@ -7,7 +7,7 @@ |
while(!matchMedia("screen and (min-resolution: 2dppx)").matches) |
eventSender.zoomPageIn(); |
</script> |
-<script src="../js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<script> |
function updateSrc() { |
var img = document.getElementById("foo"); |