summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dynamic/subtree-common-root.html
blob: c90e2b4bf99b1f48d0839ddf6896cb35a6a1c368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<p>
    Test for <i><a href="rdar://problem/5619240">rdar://problem/5619240</a> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)</i>.
</p>
<div id="target">
    <div style="overflow: hidden; width: 400px; height: 400px; position: relative;">
        <div></div>
        <div style="position: absolute; overflow: hidden; top: 0; width: 50px; height: 50px;"><div></div></div>
    </div>
</div>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();

    document.body.offsetTop;
    document.getElementById("target").style.display = "none";
</script>