| Index: third_party/WebKit/LayoutTests/imported/wpt/webstorage/event_local_removeitem.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/webstorage/event_local_removeitem.html b/third_party/WebKit/LayoutTests/imported/wpt/webstorage/event_local_removeitem.html
|
| index 9d8070f0e1d8e452806b041968c42a43c4a5f16f..7b81ea2bac1f8ba8eedce950f20c112e1b7ae97b 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/webstorage/event_local_removeitem.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/webstorage/event_local_removeitem.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset="utf-8">
|
| <title>Web Storage Test: event - localStorage removeItem</title>
|
| <link rel="author" title="Intel" href="http://www.intel.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>
|
|
|
| <div id="log"></div>
|
|
|
|
|