| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_delete_objectstore5.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_delete_objectstore5.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_delete_objectstore5.htm
|
| index 77fa5f233ceefbed44a8c10ecefe8b005e21189f..b37e26126a9d43352e621c10935f08f0d968ec2d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_delete_objectstore5.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_delete_objectstore5.htm
|
| @@ -3,8 +3,8 @@
|
| <title>IDBCursor.delete() - object store - throw InvalidStateError when the cursor is being iterated</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-IDBCursor-delete-IDBRequest">
|
| -<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>
|
|
|