| 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 09c82a1a3621be849c47eb904ba10b607c55a44c..e0195e8d197a00d7d6205f811d95b777589b5c00 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
|
| @@ -3,7 +3,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:
|
|
|