| Index: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-XHR-revoke.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-XHR-revoke.html b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-XHR-revoke.html
|
| index bccbe90f8318653534ab43aa2f2eb412f3fd3e0a..fea313eeee5663f007df29e9e0ae128e88ba3835 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-XHR-revoke.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/blob/Blob-XHR-revoke.html
|
| @@ -1,7 +1,7 @@
|
| <!doctype html>
|
| <title>Revoking blob URL used with XMLHttpRequest</title>
|
| -<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>
|
| async_test(function(t) {
|
|
|