dbaron%dbaron.org ab160cc01f Add testcases with things starting top/left of the origin.
git-svn-id: svn://10.0.0.236/trunk@221110 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-28 23:04:34 +00:00

19 lines
301 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Pixel rounding testcase</title>
<style type="text/css">
html, body { margin: 0; border: none; padding: 0; }
div { position: absolute; background: blue;
top: 0px; left: 0px; width: 15px; height: 15px; }
</style>
</head>
<body>
<div></div>
</body>
</html>