mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
27 lines
605 B
HTML
27 lines
605 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">
|
|
span#control {color: black;}
|
|
|
|
span {color: green;}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table><tr><td>(Control: <span id="control">PASSED)</span></td></tr></table>
|
|
|
|
<table><tr><td>Test 1 has: <span>PASSED</span></td></tr></table>
|
|
|
|
<table><tr><td>Test 2 has: <span>PASSED</span></td></tr></table>
|
|
|
|
</body>
|
|
</html> |