summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/overflow-height-float-not-removed-crash.html
blob: fe58eb90def110c1734032e636a5c30df23adbf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
    <head>
        <script>
            if (window.testRunner)
                testRunner.dumpAsText();
            
            function finish()
            {
                document.getElementById("result").innerHTML = "PASS";
            } 
        </script>
    </head>
    <body onload="finish()">
        <div id="result"></div>
        <textarea rows="100000000"></textarea>
        <textarea style="width: 100%" rows="100000000"></textarea>
        <object data="a" align="right"></object>
    </body>
</html>