Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/block-in-inline-insert-017-ref.htm

15 lines
522 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><title>CSS Test Reference</title>
</head><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>