| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore2.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore2.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore2.htm
|
| index e4a87ecb9d0e91b635b4e6c06839e0519bfe0ac5..3c1abe63232de97f2698443eb55c056fd5dae218 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore2.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore2.htm
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>IDBDatabase.deleteObjectStore() - attempt to remove an object store outside of a version change transaction </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>
|
|
|