Mozilla/mozilla/layout/reftests/pixel-rounding/check-image-blue-ref.html
dbaron%dbaron.org c6ad411d12 Switch from green to blue to avoid bug 371232 (but leave one affected test).
git-svn-id: svn://10.0.0.236/trunk@220743 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-22 17:52:56 +00:00

19 lines
405 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Pixel rounding testcase</title>
<style type="text/css">
html, body { margin: 0; border: none; padding: 0; }
div { margin: 10px; background: blue; }
</style>
</head>
<body>
<div style="width: 1px; height: 1px"></div>
<div style="width: 3px; height: 3px"></div>
<div style="width: 5px; height: 5px"></div>
<div style="width: 25px; height: 25px"></div>
</body>
</html>