| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_createObjectStore11.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_createObjectStore11.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_createObjectStore11.htm
|
| index b2e233a6e66e178015986b36d2957e130e51cf55..ae78d46ba078182b2847dcfda49f79153a1b2fe1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_createObjectStore11.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbdatabase_createObjectStore11.htm
|
| @@ -3,8 +3,8 @@
|
| <title>IDBDatabase.createObjectStore() - attempting to create an existing object store with a different keyPath throw ConstraintError </title>
|
| <link rel="author" title="Intel" href="http://www.intel.com">
|
| <link rel="help" href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBDatabase-createObjectStore-IDBObjectStore-DOMString-name-IDBObjectStoreParameters-optionalParameters">
|
| -<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>
|
| <div id="log"></div>
|
| <script>
|
|
|