Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 751012-1b.html
blob7bf635c7001facb0caa1b87547497b3b06e451a3
1 <!doctype html>
2 <body style="position: relative;">
3 <div style="-moz-column-count: 2; height: 300px">
4 <div id="container" style="height: 600px">
5 <!-- Make sure the abs-pos div's placeholder is not in the first continuation -->
6 <div style="height: 400px"></div>
7 <div style="position:absolute; top: 0; left: 0">
8 <textarea rows="6">
9 You should be seeing the "Should see me" text.
31 Should see me.
32 </textarea>
33 </div>
34 </div>
35 </div>
36 <script>
37 var textarea = document.querySelector("textarea");
38 textarea.scrollTop = textarea.scrollHeight
39 document.getElementById("container").style.overflow = "hidden";
40 </script>
41 </body>