Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / document-open.html
blob1d0d39da268e9175473cc2e2d1510d75c55e9761
1 <html>
2 <head>
3 <body>
4 <embed id="testPlugin"
5 type="application/x-webkit-test-netscape"
6 src="data:text/plain,"
7 test="document-open-in-destroy-stream">
8 </embed>
10 <div>
11 This tests that document.open invoked by a plugin via NPN_Invoke without a javascript context succeeds.
12 </div>
13 <script>
14 if (window.testRunner) {
15 testRunner.dumpAsText();
16 testRunner.waitUntilDone();
18 </script>
19 </body>
20 </html>