Files
servo/tests/wpt/web-platform-tests/css/CSS2/normal-flow/block-in-inline-insert-020-ref.html

16 lines
333 B
HTML

<!DOCTYPE html>
<body>
<section>
<div>1</div>
<span>2</span>
<div class="before" style="position: absolute">3</div>
<div>&nbsp;</div>
</section>
<section>
<div>1</div>
<span>2</span>
<div class="before" style="position: absolute">3</div>
<div class="beforeoof">&nbsp;</div>
</section>
</body>