Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 372632-1.html
blob2595d98a6fae20f9ff9a5c3774996330c020cb76
1 <html>
2 <head>
4 </head>
6 <body>
8 <h3 id="h3"></h3>
10 <div>Div</div>
12 <script>
13 document.documentElement.offsetHeight;
14 n = document.getElementById("h3");
15 n.appendChild(document.createTextNode("Header"));
16 </script>
17 </body>
18 </html>