Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / mhtml / mhtml_in_iframe.html
blobdb06892bcbcaab7cc06b0e23781c0464c885b475
1 <html>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.dumpChildFramesAsText();
8 </script>
10 <body>
12 This page has an IFrame that tries to load some MHTML.<br>
13 The load should fail.<br>
15 <iframe src="simple_page_unmht.mht"></iframe>
17 </body>
18 </html>