blob: ff44e9122f1c91cf55d1272c9a3fd13b40c2409f [file] [log] [blame]
<!DOCTYPE html>
<!--
| When a box is split in inline formatting context, the newly generated box
| inherits the stacking context and the contaning block from the older sibling.
-->
<html>
<body style="margin:0px; font-family: Roboto; font-size: 20px;">
<div style="width: 80px; background-color:#DDD">
<div>
<span style="position: relative;">oooo
<span style="position: relative;">xxxx</span>
</span>
</div>
</div>
</body>
</html>