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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keygenerator.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/keygenerator.htm
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keygenerator.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keygenerator.htm
index 95a86ba48a6e99e44600f6ee93f1bec4cd3169b3..7e5961382c517836f77ff2b0bb45cf317be6cd8c 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keygenerator.htm
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keygenerator.htm
@@ -6,8 +6,8 @@
<link rel=assert title="The current number of a key generator is always set to 1 when the object store for that key generator is first created.">
<link rel=assert title="When a key generator is used to generate a new key for a object store, the key generator's current number is used as the new key value and then the key generator's current number is increased by 1.">
<link rel=assert title="When a record is stored in a object store which uses a key generator, and an explicit key is defined, if the key's value is a float greater than or equal to the key generator's current number, then the key generator's current number is set to the smallest integer number larger than the explicit key. Only explicit keys which are float values affect the current number of the key generator.">
-<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