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

15 lines
403 B
HTML

<!DOCTYPE html>
<html>
<body style="width: 0">
<span style="border: 2px solid blue; border-right: none"></span>
<span style="display: block"></span>
<span style="border: 2px solid blue; border-left: none; border-right: none">
a b
</span>
<span style="display: block"></span>
<span style="border: 2px solid blue; border-left: none;">
c
</span>
</body>
</html>