| Index: LayoutTests/mhtml/mhtml_in_iframe.html
|
| diff --git a/LayoutTests/mhtml/mhtml_in_iframe.html b/LayoutTests/mhtml/mhtml_in_iframe.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..db06892bcbcaab7cc06b0e23781c0464c885b475
|
| --- /dev/null
|
| +++ b/LayoutTests/mhtml/mhtml_in_iframe.html
|
| @@ -0,0 +1,18 @@
|
| +<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>
|
|
|