Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / subtree-common-root.html
blobc90e2b4bf99b1f48d0839ddf6896cb35a6a1c368
1 <p>
2 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>.
3 </p>
4 <div id="target">
5 <div style="overflow: hidden; width: 400px; height: 400px; position: relative;">
6 <div></div>
7 <div style="position: absolute; overflow: hidden; top: 0; width: 50px; height: 50px;"><div></div></div>
8 </div>
9 </div>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
14 document.body.offsetTop;
15 document.getElementById("target").style.display = "none";
16 </script>