| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-history-interface/005.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-history-interface/005.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-history-interface/005.html
|
| index 26a1d55778e1fe5a37ba8ade7eb21234f2447aa6..2152e85a3ecc923c0e6c2da33a2bbd380a574c9e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-history-interface/005.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/history/the-history-interface/005.html
|
| @@ -2,8 +2,8 @@
|
| <html>
|
| <head>
|
| <title>Popstate event listener registration</title>
|
| - <script type="text/javascript" src="../../../../../../resources/testharness.js"></script>
|
| - <script type="text/javascript" src="../../../../../../resources/testharnessreport.js"></script>
|
| + <script type="text/javascript" src="/resources/testharness.js"></script>
|
| + <script type="text/javascript" src="/resources/testharnessreport.js"></script>
|
| <script type="text/javascript">
|
|
|
| //this test checks that onpopstate works on the body element
|
|
|