Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: third_party/WebKit/LayoutTests/images/move-image-to-new-document.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698