| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_continue_invalid.htm
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_continue_invalid.htm b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_continue_invalid.htm
|
| index 657a6a02c06e3580fd245bf12667b2b8f3e5e205..dea07bc911214bd5b58d69a30e3a09d551452daa 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_continue_invalid.htm
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor_continue_invalid.htm
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <title>IDBCursor.continue() - attempt to call continue two times</title>
|
| <link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal">
|
| -<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>
|
|
|