mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
15 lines
378 B
HTML
15 lines
378 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-003-nosplit-ref.htm">
|
|
<style type="text/css">
|
|
body > span { border: 3px solid blue }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>
|
|
One
|
|
<div>Two</div></span>
|
|
|
|
|
|
</body></html> |