Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dynamic / subtree-unrooted.html
blob78c32a1405ddde3e276dcff7030d45ae25286101
1 <style>
2 #target:before {
3 content: ' ';
4 display: block;
5 overflow: hidden;
6 width: 0;
7 height: 0;
9 </style>
10 <body>
11 <p>
12 Test for <i><a href="rdar://problem/10156263">&lt;rdar://problem/10156263></a>
13 ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree at developer.gnome.org</i>.
14 </p>
15 <p>
16 The test passes if, in a debug build, it does not cause an assertion failure.
17 </p>
18 <script>
19 if (window.testRunner)
20 testRunner.dumpAsText();
21 document.body.offsetTop;
22 </script>
23 <div id="target"></div>
24 </body>