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

12 lines
438 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>
<link rel="match" href="reference/block-in-inline-insert-013-ref.htm">
</head>
<body>
<div style="display: inline; border: 2px solid; border-right: none"></div>
<div>One</div>
<div style="display: inline; border: 2px solid; border-left: none">TwoThree</div>
</body></html>