Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html |
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html |
similarity index 98% |
copy from third_party/WebKit/LayoutTests/storage/indexeddb/rename-index.html |
copy to third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html |
index 9721cc3b0ed33c8ac99b89842bf80f02ecac8a26..2ef26d295e959cc9e62372de1565141ae664fd11 100644 |
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex-rename.html |
@@ -1,11 +1,11 @@ |
<!DOCTYPE html> |
<title>IndexedDB: index renaming support</title> |
-<script src='../../resources/testharness.js'></script> |
<link rel="help" |
href="https://w3c.github.io/IndexedDB/#dom-idbindex-name"> |
<link rel="author" href="pwnall@chromium.org" title="Victor Costan"> |
-<script src='../../resources/testharnessreport.js'></script> |
-<script src='resources/rename-common.js'></script> |
+<script src="/resources/testharness.js"></script> |
+<script src="/resources/testharnessreport.js"></script> |
+<script src="support-promises.js"></script> |
<script> |
promise_test(testCase => { |