| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/list_ordering.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/list_ordering.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/list_ordering.htm
|
| index 799767a0a7319c2eeffd40c8b1cbe6c32ba9d3ea..8349dbae79fe36a7896439482305016b84e36db7 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/list_ordering.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/list_ordering.htm
|
| @@ -4,8 +4,8 @@
|
| <link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal">
|
| <link rel=help href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBDatabase-objectStoreNames">
|
| <link rel=assert title="The list must be sorted in ascending order using the algorithm defined by step 4 of section 11.8.5, The Abstract Relational Comparison Algorithm of the ECMAScript Language Specification [ECMA-262].">
|
| -<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>
|
|
|