| OLD | NEW |
| 1 CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to
unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warni
ng. |
| 1 CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/r
esources/access-control-sandboxed-iframe-denied-without-wildcard.cgi. The 'Acces
s-Control-Allow-Origin' header has a value 'http://127.0.0.1:8000' that is not e
qual to the supplied origin. Origin 'null' is therefore not allowed access. | 2 CONSOLE ERROR: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/r
esources/access-control-sandboxed-iframe-denied-without-wildcard.cgi. The 'Acces
s-Control-Allow-Origin' header has a value 'http://127.0.0.1:8000' that is not e
qual to the supplied origin. Origin 'null' is therefore not allowed access. |
| 2 This test verifies that sandboxed iframe does not have XmlHttpRequest access to
its server with "Access-Control-Allow-Origin" set to its own origin (127.0.0.1). | 3 This test verifies that sandboxed iframe does not have XmlHttpRequest access to
its server with "Access-Control-Allow-Origin" set to its own origin (127.0.0.1). |
| 3 | 4 |
| 4 This test will print "PASS" on success. | 5 This test will print "PASS" on success. |
| 5 | 6 |
| 6 | 7 |
| 7 | 8 |
| 8 -------- | 9 -------- |
| 9 Frame: '<!--framePath //<!--frame0-->-->' | 10 Frame: '<!--framePath //<!--frame0-->-->' |
| 10 -------- | 11 -------- |
| 11 PASS: Exception thrown. Sandboxed iframe XHR access was denied in 'send'. [Faile
d to execute 'send' on 'XMLHttpRequest': Failed to load 'http://127.0.0.1:8000/x
mlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard.
cgi'.]. | 12 PASS: Exception thrown. Sandboxed iframe XHR access was denied in 'send'. [Faile
d to execute 'send' on 'XMLHttpRequest': Failed to load 'http://127.0.0.1:8000/x
mlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard.
cgi'.]. |
| OLD | NEW |