servo/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-150-ref.html

16 lines
304 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
li {
color: green;
border: 2px solid black;
display: block;
}
</style>
<body>
<p>Test passes if only the number "1" appears in the box below.</p>
<ol>
<li>1</li>
</ol>
</body>