summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/plugins/netscape-plugin-setwindow-size.html
blob: 62bccbfb3add42aa209f233e49105dc65fdaa84c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<script>
    if (window.testRunner) {
        testRunner.dumpAsText();
        testRunner.waitUntilDone();
    }
</script>
<body style="margin:0px;overflow:hidden">
<embed id="testPlugin" type="application/x-webkit-test-netscape" logfirstsetwindow="true" width="100%" height="200"></embed>
<div>
    This tests that a plug-in with a percentage width gets a correct NPP_SetWindow the first time.
</div>
<body>
</html>