summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/mochitest/plugin_subframe_test.html
blob: 598521d57e589135f7b1b66f6646e46c275a0fb0 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
  <iframe id="subframe" style="width:510px; height:260px;" src="plugin_no_scroll_div.html"></iframe>
  <div style="display:block; height:3000px;"></div>
</body>
</html>