summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/mochitest/plugin_test.html
blob: 88b70e8ee62ca43164d6d00566b95307499c8012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
  <embed id="testplugin" type="application/x-test" drawmode="solid" color="ff00ff00" wmode="window"
         style="position:absolute; top:50px; left:50px; width:500px; height:250px">
<div style="display:block; height:3000px;"></div>

<iframe id="subf" src="about:blank" width="300" height="300"></iframe>

<a href="about:blank" id="aboutlink">Navigate to about:blank</a>

</body>
</html>