1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/plugins/test/mochitest/plugin_window.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 + <title>NPAPI Stream Tests</title> 1.8 +</head> 1.9 +<body onload="doTest()"> 1.10 +<p id="display"></p> 1.11 +<div id="content" style="display: none"> 1.12 +This is a plugin test window. 1.13 +</div> 1.14 +<div id="test"> 1.15 +<script class="testbody" type="text/javascript"> 1.16 + 1.17 +function doTest() { 1.18 + window.opener.continueTest(); 1.19 +} 1.20 + 1.21 +</script> 1.22 +</div> 1.23 +</body> 1.24 + 1.25 +</html> 1.26 +