| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm
|
| index a9f9815d0a859bc635de004e8adf3b3fd4c21d14..c02355395a29e637f7721bbb4a46d69396ac5944 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-objectstore.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>
|
|
|