Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / basic / adding-near-anonymous-block.html
blob39ddab2804851614a459f3a70a93c4ea09d479ae
1 <style>
2 div#withAfter::after {
3 content: "This should be the second line.";
4 display: block;
6 </style>
7 <p>
8 This is a test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=18809">https://bugs.webkit.org/show_bug.cgi?id=18809</a>
9 Forms with block level generated content and absolutely positioned labels break inline layout (fixed on reflow)</i>.
10 </p>
12 <div id="withAfter">
13 This should be
14 <span style="position: absolute;"></span>
15 a single line.
16 </div>
18 <div>
19 <div></div>
20 This should be
21 <span style="position: absolute;"></span>
22 a single line.
23 </div>
25 <div>
26 <div></div>
27 a single line.<span style="float: left;">This should be&nbsp;</span>
28 </div>