summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/mochitest/plugin_window.html
blob: d3a298e89c806956093c2a947980c8d1601eb3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html>
<head>
  <title>NPAPI Stream Tests</title>
</head>
<body onload="doTest()">
<p id="display"></p>
<div id="content" style="display: none">
This is a plugin test window.
</div>
<div id="test">
<script class="testbody" type="text/javascript">

function doTest() {
  window.opener.continueTest();
}

</script>
</div>
</body>

</html>