summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/plugins/window-open.html
blob: 58ced3948ebd8b96c5fc07cbb5d3cf2bcc64c1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<script>
    if (window.testRunner) {
        testRunner.setCanOpenWindows();
        testRunner.dumpAsText();
        testRunner.waitUntilDone();
     }
     
</script>
<body style="margin:0px;overflow:hidden">
<object name="testPlugin" type="application/x-blink-deprecated-test-plugin" testwindowopen="true">
</object>
<div>
    This tests that window.open invoked by a plugin without a javascript context succeeds.
</div>
<body>
</html>