tenfourfox/layout/reftests/pixel-rounding/offscreen-image-size-5.html

18 lines
311 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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.5px; width: 25.5px; }
</style>
</head>
<body>
<img class="s1" src="blue-25x25.png">
</body>
</html>