| Index: third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt b/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
|
| index fe4508247ff066fd4d46602c5c1d7af2f0f7c006..ae02f799c315bf66a2c4dfb3df86d4f812b674f1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt
|
| @@ -6,8 +6,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
|
| @@ -17,7 +16,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
|
|
|
|
|