| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continue-exception-order.htm
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-continue-exception-order.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continue-exception-order.htm
|
| similarity index 93%
|
| rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-continue-exception-order.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continue-exception-order.htm
|
| index 726addaae70a29a5d01f55e7c046433e2420480a..8002476f115d731f7ddd574db4d13286936c002d 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-continue-exception-order.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-continue-exception-order.htm
|
| @@ -2,9 +2,9 @@
|
| <title>IndexedDB: IDBCursor continue() Exception Ordering</title>
|
| <meta charset=utf-8>
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbcursor-continue">
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script src="resources/testharness-helpers.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script src="support.js"></script>
|
| <script>
|
|
|
| indexeddb_test(
|
|
|