| OLD | NEW |
| 1 ALERT: Executing script in the child window. | 1 ALERT: Executing script in the child window. |
| 2 ALERT: XHR POST opened. | 2 ALERT: XHR POST opened. |
| 3 CONSOLE MESSAGE: [blocked] The page at 'https://127.0.0.1:8443/security/mixedCon
tent/resources/frame-with-insecure-sync-xhr-post.html' was loaded over HTTPS, bu
t displayed insecure content from 'http://localhost:8000/xmlhttprequest/resource
s/access-control-allow-lists.php?origin=*&headers=Content-Type': this content sh
ould also be loaded over HTTPS. | 3 CONSOLE MESSAGE: [blocked] The page at 'https://127.0.0.1:8443/security/mixedCon
tent/resources/frame-with-insecure-sync-xhr-post.html' was loaded over HTTPS, bu
t ran insecure content from 'http://localhost:8000/xmlhttprequest/resources/acce
ss-control-allow-lists.php?origin=*&headers=Content-Type': this content should a
lso be loaded over HTTPS. |
| 4 | 4 |
| 5 ALERT: exception! NetworkError: A network error occurred. | 5 ALERT: exception! NetworkError: A network error occurred. |
| 6 This test opens a HTTPS window that loads insecure data via XHR. We should trigg
er a mixed content callback and block the load. | 6 This test opens a HTTPS window that loads insecure data via XHR. We should trigg
er a mixed content callback and block the load. |
| OLD | NEW |