| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm
|
| index 3a884ccb86ef90fb724a9fc5a2e0c42e604c15e1..39c492713ae9c8bfe951b669abe621f6d147bdc6 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/keyorder.htm
|
| @@ -13,8 +13,8 @@
|
| 6. Increase i by 1.
|
| 7. If i is not equal to length, go back to step 4. Otherwise continue to next step.
|
| 8. If A's length is less than B's length, then A is less than B. If A's length is greater than B's length, then A is greater than B. Otherwise A and B are equal.">
|
| -<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>
|
|
|