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

19 lines
474 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-remove-001-ref.htm">
<style type="text/css">
body > span { border: 3px solid blue }
#start { border-right: none; }
#two { border-left: none; }
</style>
</head>
<body>
<span id="start"></span>
<div>One</div>
<span id="two">
Two
</span>
</body></html>