Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/open-in-body-onload-sync-to-invalid-preflight-handling-expected.txt

Issue 1475863005: [Async][WIP] Call FrameLoader::checkCompleted() asynchronously to avoid sync body.onload() Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
2 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
3 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
4 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
5 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
6 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
7 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
8 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
9 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
10 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/. Response to preflight request doesn't pass access control check: No 'Access-Con trol-Allow-Origin' header is present on the requested resource. Origin 'http://1 27.0.0.1:8000' is therefore not allowed access.
11 XMLHttpRequest doesn't crash even when open() is invoked synchronously to handli ng of an invalid preflight response.
12
13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
14
15
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698