| Index: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/url/url_xmlhttprequest.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/url/url_xmlhttprequest.html b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/url/url_xmlhttprequest.html
|
| index 3845dad19d680abc585aa60b8531268ac94d61ed..7a86cdd1e80b46a57f5d26e98dc58e101ec03092 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/url/url_xmlhttprequest.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/url/url_xmlhttprequest.html
|
| @@ -3,8 +3,8 @@
|
| <title>FileAPI Test: Creating Blob URL via XMLHttpRequest</title>
|
| <link rel="author" title="Intel" href="http://www.intel.com">
|
| <link rel="author" title="JunChen Xia" href="mailto:xjconlyme@gmail.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>
|
|
|
|
|