| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_getAllKeys.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_getAllKeys.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_getAllKeys.html
|
| index 1cff9165e949f0f140d28f050eb70385ff67a9f1..f4d317d4328d4d33ba39d4cc88e7de1d0b0ac782 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_getAllKeys.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_getAllKeys.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>IndexedDB: Test IDBObjectStore.getAllKeys.</title>
|
| -<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>
|
| setup({explicit_done: true});
|
|
|
|
|