haikuwebkit/LayoutTests/fast/inline/out-of-flow-positioned-line...

12 lines
215 B
HTML

<style>
br {
position:absolute;
}
</style>
<div><br></div>
<div>Pass if no crash or assert when line break is out-of-flow positioned.</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>