| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore.htm
|
| index 667fc0e655ecac527b3eac339734033559226a60..b69570cc0630c0fea5da48315fd6fec457ab3cc6 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_deleteObjectStore.htm
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>IDBDatabase.deleteObjectStore() - object store's name is removed from database's list </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>
|
|
|