| 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 f61b6ec882187ee1f974e216ee3c095c14fc9619..e06818ef484a55539a9b6571f537ff8dab86ff96 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
|
| @@ -4,7 +4,7 @@ Test that sync XMLHttpRequest GET succeeds.
|
| Status: 200
|
| 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%3A///UUID': 'GET' is the only method allowed for 'blob:' URLs.
|
| +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:
|
|
|