Mozilla/mozilla/layout/reftests/pixel-rounding/offscreen-image-size-4.html
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

18 lines
311 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Pixel rounding testcase</title>
<style type="text/css">
html, body { margin: 0; border: none; padding: 0; }
img { position: absolute; top: -10px; left: -10px; height: 25.4px; width: 25.4px; }
</style>
</head>
<body>
<img class="s1" src="blue-25x25.png">
</body>
</html>