| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.testRunner) | 4 if (window.testRunner) |
| 5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
| 6 </script> | 6 </script> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 Test that two main resources pointing to the same url that are canceled within d
idReceiveResponse() don't cause us to crash. | 9 Test that two main resources pointing to the same url that are canceled within d
idReceiveResponse() don't cause us to crash. |
| 10 | 10 |
| 11 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti
ons-deny.cgi"></iframe> | 11 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti
ons-deny.cgi"></iframe> |
| 12 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti
ons-deny.cgi"></iframe> | 12 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-opti
ons-deny.cgi"></iframe> |
| 13 </body> | 13 </body> |
| 14 </html> | 14 </html> |
| OLD | NEW |