mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
14 lines
No EOL
415 B
HTML
14 lines
No EOL
415 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; border: solid green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
This sentence must be green with a green border.</p>
|
|
</body>
|
|
</html> |