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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm

Issue 2010163003: Fix paths of testharness*, WebIDLParser.js, idlharness.js, vendor-prefix.js for remaining files … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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/imported/wpt/IndexedDB/keyorder.htm
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm
index 3a884ccb86ef90fb724a9fc5a2e0c42e604c15e1..39c492713ae9c8bfe951b669abe621f6d147bdc6 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm
@@ -13,8 +13,8 @@
6. Increase i by 1.
7. If i is not equal to length, go back to step 4. Otherwise continue to next step.
8. If A's length is less than B's length, then A is less than B. If A's length is greater than B's length, then A is greater than B. Otherwise A and B are equal.">
-<script src="../../../resources/testharness.js"></script>
-<script src="../../../resources/testharnessreport.js"></script>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
<script src="support.js"></script>
<script>

Powered by Google App Engine
This is Rietveld 408576698