| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_clear.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_clear.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_clear.htm
|
| index 3e9180a80ed6071c930e93235b85dd2e772b7e5e..d9c3fb2a18954ad467126b8f5463ffc8790f169e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_clear.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_clear.htm
|
| @@ -2,8 +2,8 @@
|
| <meta charset="utf-8">
|
| <title>IDBObjectStore.clear() - Verify clear removes all records </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>
|
|
|