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

13 lines
379 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-nosplit-ref.htm">
<style type="text/css">
body > span { border: 3px solid blue }
</style>
</head>
<body>
<span><div>One</div><div>Two</div></span>
</body></html>