summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/mochitest/plugin_test.html
blob: c7eb376cd040077dba6ea145cb3c5256729d23a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>
</body>
</html>