tenfourfox/layout/reftests/ib-split/split-inner-inline-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
297 B
HTML

<!DOCTYPE html>
<html>
<body>
<span>First line
<span style="border: 5px solid blue; border-right: none"></span>
</span>
<div>Second line</div>
<span>
<span style="border: 5px solid blue; border-left: none"></span>
Third line, yes
</span>
</body>
</html>