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