Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / plugin-inside-iframe.html
blobe4d60818484d3a529adc228c3e1435d3c5a6ddfb
1 <!doctype html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <iframe frameborder="0" width="200" height="200" src="resources/plugin-page.html"></iframe>
7 <script>
8 if (!window.testRunner) {
9 document.write("This test does not work in manual mode.");
10 } else {
11 testRunner.dumpAsText();
13 </script>
14 <div>This tests that we do not crash by putting a plugin inside an iframe.</div>
15 </body>
16 </html>