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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.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/idbcursor-direction-objectstore.htm
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm
index a9f9815d0a859bc635de004e8adf3b3fd4c21d14..c02355395a29e637f7721bbb4a46d69396ac5944 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm
@@ -8,8 +8,8 @@
<link rel=assert title="If position is defined, and source is an object store, the record's key is less than position.">
<link rel=assert title="Set cursor's position to found record's key. If source is an index, set cursor's object store position to found record's value.">
<link rel=assert title="Set cursor's key to found record's key.">
-<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