mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
36 lines
No EOL
664 B
HTML
36 lines
No EOL
664 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">
|
|
div
|
|
{
|
|
background-color: navy;
|
|
border: yellow solid medium;
|
|
color: yellow;
|
|
font: 900 2em "Courier New", Ahem, Marlett, Arial, sans-serif;
|
|
margin: 1em;
|
|
padding: 0 1em;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>This following four lines of text should have the same font.</p>
|
|
|
|
<div>Test</div>
|
|
|
|
<div>Test</div>
|
|
|
|
<div>Test</div>
|
|
|
|
<div>Test</div>
|
|
|
|
</body>
|
|
</html> |