| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order.htm
|
| index 2e83bd545057e6e0d3d58de002b1d91bd9d2d191..75d805a6d8bb48325feeaa3dd5078eabbd80a655 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order.htm
|
| @@ -2,8 +2,8 @@
|
| <title>IndexedDB: Exception Order of IDBObjectStore.createIndex()</title>
|
| <link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
| <link rel="help" href="http://w3c.github.io/IndexedDB/#dom-idbobjectstore-createindex">
|
| -<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>
|
|
|
| function indexeddb_test(description, upgrade_func, open_func = null) {
|
|
|