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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/open-in-body-onload-sync-to-invalid-cross-origin-response-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/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
2 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
3 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
4 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
5 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
6 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
7 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
8 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
9 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
10 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/r esources/test.html. No 'Access-Control-Allow-Origin' header is present on the re quested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access .
11 XMLHttpRequest doesn't crash even when open() is invoked synchronously to handli ng of a response to a cross-origin request.
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