| Index: third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt b/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt
|
| index e0195e8d197a00d7d6205f811d95b777589b5c00..5b1c4a091857481f7729748bc65a21959f67f87f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt
|
| @@ -5,8 +5,7 @@ Response: Hello
|
| Test that sync XMLHttpRequest POST fails.
|
| Received exception, code: 19, name: NetworkError, message: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'blob:file:///UUID': 'GET' is the only method allowed for 'blob:' URLs.
|
| Test that sync XMLHttpRequest GET fails after the blob URL is revoked.
|
| -Status: 404
|
| -Response:
|
| +Received exception, code: 19, name: NetworkError, message: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'blob:file:///UUID'.
|
| Test that async XMLHttpRequest GET succeeds.
|
| Status: 200
|
| Response: Hello
|
| @@ -16,7 +15,6 @@ Test the slicing the blob response doesn't crash the browser.
|
| Status: 200
|
| First byte of response: H
|
| Test that async XMLHttpRequest GET fails after the blob URL is revoked.
|
| -Status: 404
|
| -Response:
|
| +Error event is dispatched
|
| DONE
|
|
|
|
|