Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/background-attachment-009-ref.htm

22 lines
514 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style type="text/css">
img { margin-left: 1em; width: 4em; height: 4em; }
</style>
</head>
<body>
<p>There should be a lime square below and no red.</p>
<div><img src="support/swatch-lime.png" alt="FAIL"></div>
</body>
</html>