Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xmlhttprequest / xmlhttprequest-open-exceptions-expected.txt
bloba34bf3cdefb50e617a4d085d3aed69d68ea96b39
1 CONSOLE ERROR: Refused to connect to 'http://not.example.com/' because it violates the following Content Security Policy directive: "connect-src http://example.com".
3 This tests that exceptions thrown by XHR.open() have reasonable messages.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS xhrException.message is "Failed to execute 'open' on 'XMLHttpRequest': 'TRACE' HTTP method is unsupported."
9 PASS xhrException.message is "Failed to execute 'open' on 'XMLHttpRequest': Refused to connect to 'http://not.example.com/' because it violates the document's Content Security Policy."
10 PASS xhr.readyState is XMLHttpRequest.UNSENT
11 PASS xhr.open('GET', 'resources/xmlhttprequest-get-data.xml', true, badString, 'password'); threw exception Exception in toString().
12 PASS xhr.readyState is XMLHttpRequest.UNSENT
13 PASS xhr.open('GET', 'resources/xmlhttprequest-get-data.xml', true, 'username', badString); threw exception Exception in toString().
14 PASS xhr.readyState is XMLHttpRequest.UNSENT
15 PASS successfullyParsed is true
17 TEST COMPLETE