Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / overflow / overflow-height-float-not-removed-crash2.html
1 <html>
2     <head>
3         <script>
4             if (window.testRunner)
5                 testRunner.dumpAsText();
6             
7             function finish()
8             {
9                 document.getElementById("result").innerHTML = "PASS";
10             } 
11         </script>
12     </head>
13     <body onload="finish()">
14         <div id="result"></div>
15         <textarea style="width: 100%" rows="100000000"></textarea>
16         <object data="x" align="left"></object>
17         <textarea rows="100000000"></textarea>
18     </body>
19 </html>
20