| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index-keyrange.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index-keyrange.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index-keyrange.htm
|
| index ab916c7d889941b82cbd7ddcb6ea627c50fe9d7c..c3f9340370dbeffbd3d6de299dc5f34d48c5c73a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index-keyrange.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-direction-index-keyrange.htm
|
| @@ -9,8 +9,8 @@
|
| <link rel=assert title="If range is defined, the record's key is in range.">
|
| <link rel=assert title="If temp record is defined, let found record be the first record in records whose key is equal to temp record's key.">
|
| <link rel=assert title="records is always sorted in ascending key order. In the case of source being an index, records is secondarily sorted in ascending value order.">
|
| -<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>
|
|
|