summaryrefslogtreecommitdiffstats
path: root/dom/events/test/bug1096146_embedded.html
blob: b1c1dd406bf76e90ce647a2a0f481f49f6b53dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
<head>
  <title>Embedded iframe</title>
  <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body onload="">
  <p id="display"></p>
  <h1>Top</h1>
  <input id="input" style="display: block;">
  <pre id="test">
  <div id="content" style="height: 2000px;"></div>
  <h1>Bottom</h1>
</body>
</html>