| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex_getAllKeys.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex_getAllKeys.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex_getAllKeys.html
|
| index 4d46a18a7d9389530632e82061626d5884ccc1e8..7653a515260551fd09098e1cf6210e7450390f06 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex_getAllKeys.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbindex_getAllKeys.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>IndexedDB: Test IDBIndex.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});
|
|
|
|
|