| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index.htm
|
| index 8e028fde7e7efc16236e1f922753087d6ac98aa3..39afcb24d86d412ee673fa7f0f56aa9a2a50385f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index.htm
|
| @@ -8,8 +8,8 @@
|
| <link rel=assert title="If position is defined, and source is an object store, the record's key is less than position.">
|
| <link rel=assert title="Set cursor's position to found record's key. If source is an index, set cursor's object store position to found record's value.">
|
| <link rel=assert title="Set cursor's key to found record's key.">
|
| -<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 src="support.js"></script>
|
|
|
| <script>
|
|
|