mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
14 lines
No EOL
468 B
HTML
14 lines
No EOL
468 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="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
|
|
<style type="text/css">
|
|
p { color: green; background: lime; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>This sentence must be green on a green background.</p>
|
|
<p>This sentence must be green on a green background.</p>
|
|
</body>
|
|
</html> |