mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
25 lines
505 B
HTML
25 lines
505 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">
|
|
p {color: blue;}
|
|
|
|
div {margin: 2em;}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>There should be no border around the cat:</p>
|
|
|
|
<div><img src="support/cat.png" alt="FAIL (image support required)"></div>
|
|
|
|
</body>
|
|
</html> |