mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
19 lines
540 B
HTML
19 lines
540 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-006-ref.htm">
|
|
<style type="text/css">
|
|
body > span { border: 3px solid blue }
|
|
.notstart { border-left: none; }
|
|
.notend { border-right: none; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span class="notend"></span>
|
|
<div>One</div>
|
|
<span class="notstart notend"></span>
|
|
<div>Two</div>
|
|
<span class="notstart"></span>
|
|
|
|
|
|
</body></html> |