Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / simple-cross-origin-progress-events-expected.txt
blob62b5ea5749397213193ce1a422c3668b53e7937f
1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/cross-site-progress-events.cgi. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
2 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/cross-site-progress-events.cgi. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
3 Test that upload progress events are not dispatched for simple cross-origin requests (i.e. if the listener is set after calling send(), and there are no other reasons to make a preflight request).
5 Test 1: The URL is allowed for cross-origin requests
6 onprogress
7 onload
8 Response length: 8388608
10 Test 2: The URL is not allowed for cross-origin requests
11 onprogress
12 onerror (expected)
13 Response length: 0
15 Test 3: The URL is not allowed for cross-origin requests and at least one upload event is listened for before doing the send.
16 upload.onloadstart
17 upload.onprogress
18 upload.onerror (expected)
19 onprogress
20 onerror (expected)
21 Response length: 0