Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / open-and-close-window-with-plugin.html
blobfe5d95980bfc558a7c7787528a3dae399000f53f
1 <html>
2 <script>
3 if (!window.testRunner) {
4 alert('this test can only be run by DumpRenderTree')
5 } else {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
8 testRunner.setCallCloseOnWebViews(false);
9 testRunner.setCanOpenWindows();
10 testRunner.setCloseRemainingWindowsWhenComplete(false);
11 window.open('resources/open-and-close-window-with-plugin.html');
14 </script>
15 This tests that opening a window with a WebView that contains a plugin, and then closing the window without calling -[WebView close] does not leak the window or the web view.
16 </html>