Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / window-open.html
blob4447cdd7e7a48e3feab18ab55595e18a00370d3f
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.setCanOpenWindows();
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
10 </script>
11 <body style="margin:0px;overflow:hidden">
12 <object name="testPlugin" type="application/x-webkit-test-netscape" testwindowopen="true">
13 </object>
14 <div>
15 This tests that window.open invoked by a plugin via NPN_Invoke without a javascript context succeeds.
16 </div>
17 <body>
18 </html>