Index: third_party/WebKit/LayoutTests/images/move-image-to-new-document.html |
diff --git a/third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html b/third_party/WebKit/LayoutTests/images/move-image-to-new-document.html |
similarity index 90% |
rename from third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html |
rename to third_party/WebKit/LayoutTests/images/move-image-to-new-document.html |
index 19d0ce211864316059d7f23bb6b281edcb443348..d09a08ff80f43492141b7d68c15660f9ae433c8f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/images/move-image-to-new-document.html |
+++ b/third_party/WebKit/LayoutTests/images/move-image-to-new-document.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<title>Test that when images are moved to a new document, a new load fires.</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> |
<body> |
<script type="text/javascript"> |
if (window.testRunner) |