| <html> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.dumpAsText(); | |
| testRunner.dumpChildFramesAsText(); | |
| } | |
| </script> | |
| <body> | |
| This page has an IFrame that tries to load some MHTML.<br> | |
| The load should fail.<br> | |
| <iframe src="simple_page_unmht.mht"></iframe> | |
| </body> | |
| </html> |