Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / files / workers / worker-apply-blob-url-to-xhr-expected.txt
blobccc83d951ab47eb46d9882f150df9e09143bd93a
2 Test that sync XMLHttpRequest GET succeeds.
3 Status: 200
4 Response: Hello
5 Test that sync XMLHttpRequest POST fails.
6 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.
7 Test that sync XMLHttpRequest GET fails after the blob URL is revoked.
8 Status: 404
9 Response: 
10 Test that async XMLHttpRequest GET succeeds.
11 Status: 200
12 Response: Hello
13 Test that async XMLHttpRequest POST fails.
14 Error event is dispatched
15 Test that async XMLHttpRequest GET fails after the blob URL is revoked.
16 Status: 404
17 Response: 
18 DONE