| Index: third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-delete-exception-order.htm
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-delete-exception-order.html b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-delete-exception-order.htm
|
| similarity index 92%
|
| rename from third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-delete-exception-order.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-delete-exception-order.htm
|
| index b2d0d5bd6ed45de40591385a19ab0f718c81062c..cc2791c7f21425319ef87a1dfd25f9ffb32bf1d4 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/idbcursor-delete-exception-order.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/IndexedDB/idbcursor-delete-exception-order.htm
|
| @@ -2,9 +2,9 @@
|
| <title>IndexedDB: IDBCursor delete() Exception Ordering</title>
|
| <meta charset=utf-8>
|
| <link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbcursor-delete">
|
| -<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(
|
|
|