1CONSOLE ERROR: line 95: Refused to connect to 'http://localhost:8000/security/isolatedWorld/resources/cross-origin-xhr.txt' because it violates the following Content Security Policy directive: "connect-src 'none'".
2
3CONSOLE ERROR: line 13: Refused to connect to 'http://localhost:8000/security/isolatedWorld/resources/cross-origin-xhr.txt' because it violates the following Content Security Policy directive: "connect-src 'none'".
4
5CONSOLE ERROR: line 13: Refused to connect to 'http://localhost:8000/security/isolatedWorld/resources/cross-origin-xhr.txt' because it violates the following Content Security Policy directive: "connect-src 'none'".
6
7CONSOLE ERROR: line 95: Refused to connect to 'http://localhost:8000/security/isolatedWorld/resources/cross-origin-xhr.txt' because it violates the following Content Security Policy directive: "connect-src 'none'".
8
91Tests that isolated worlds can have XHRs that the page's CSP wouldn't allow.
102
113On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
124
135
146XHR from main world
15PASS: XHR.open threw an exception.
7FAIL: XHR.open should have thrown an exception.
168XHR from isolated world with unchanged CSP
17PASS: XHR.open threw an exception.
9FAIL: XHR.open should have thrown an exception.
1810XHR from isolated world with same security origin as XHR target.
19PASS: XHR.open threw an exception.
11FAIL: XHR.open should have thrown an exception.
2012XHR from isolated world with same security origin as XHR target, and looser CSP.
2113PASS: XHR.open did not throw an exception.
2214XHR from main world is not affected by the isolated world origin or CSP
23PASS: XHR.open threw an exception.
15FAIL: XHR.open should have thrown an exception.
2416PASS successfullyParsed is true
2517
2618TEST COMPLETE
2719