Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / access-control-allow-lists-starting-with-comma-expected.txt
blobb034ffa49d378a7a731a6dbaf0e36ab96cb8e8a2
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 Allow lists starting with a comma should be parsed correctly.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Sending GET request with custom headers.
8 PASS xhr.send(null) is undefined.
9 PASS response['x-print'] is "unicorn"
10 PASS response['y-print'] is "narwhal"
11 Sending PUT request.
12 PASS xhr.send(null) is undefined.
13 PASS successfullyParsed is true
15 TEST COMPLETE