mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
22 lines
501 B
HTML
22 lines
501 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-005-ref.htm">
|
|
<style type="text/css">
|
|
body > span { border: 3px solid blue }
|
|
#one { border-right: none; }
|
|
#three { border-left: none; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span id="one">
|
|
One
|
|
</span>
|
|
<div>Two</div>
|
|
<span id="three">
|
|
Three
|
|
Four
|
|
</span>
|
|
|
|
|
|
</body></html> |