| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/index_sort_order.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/index_sort_order.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/index_sort_order.htm
|
| index 757b374071a1c5658739aa46685fd504c6ab295b..6249c4204897ffd9f292908ca50dae6f8655c02e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/index_sort_order.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/index_sort_order.htm
|
| @@ -2,8 +2,8 @@
|
| <meta charset="utf-8">
|
| <title>Verify key sort order in an index is 'number < Date < DOMString' </title>
|
| <link rel="author" title="Microsoft" href="http://www.microsoft.com">
|
| -<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>
|
|
|