mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
28 lines
No EOL
504 B
HTML
28 lines
No EOL
504 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: black;
|
|
height: 50px;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Test passes if there is a black rectangle which is wider than it is tall.</p>
|
|
|
|
<div></div>
|
|
|
|
</body>
|
|
</html> |