| OLD | NEW |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 10: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
| 2 This test verifies that sandboxed iframe has XmlHttpRequest access to the server
that accepts all domains. It will print "PASS" on success. | 2 This test verifies that sandboxed iframe has XmlHttpRequest access to the server
that accepts all domains. It will print "PASS" on success. |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 -------- | 6 -------- |
| 7 Frame: '<!--framePath //<!--frame0-->-->' | 7 Frame: '<!--framePath //<!--frame0-->-->' |
| 8 -------- | 8 -------- |
| 9 PASS: Sandboxed iframe XHR access allowed. | 9 PASS: Sandboxed iframe XHR access allowed. |
| 10 | 10 |
| OLD | NEW |