mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
37 lines
577 B
HTML
37 lines
577 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>CSS Reftest Reference</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
|
|
<style type="text/css">
|
|
li
|
|
{
|
|
color: green;
|
|
font: 2em/1 serif;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Test passes if <strong>3 green "PASS"</strong> are each preceded by a filled disc.</p>
|
|
|
|
<ul>
|
|
<li>PASS</li>
|
|
</ul>
|
|
|
|
<ul>
|
|
<li>PASS</li>
|
|
</ul>
|
|
|
|
<ul>
|
|
<li>PASS</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html> |