Mypal/layout/reftests/pixel-rounding/offscreen-background-color-size-5.html
2019-03-11 13:26:37 +03:00

19 lines
309 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: -10px; left: -10px; width: 25.5px; height: 25.5px; }
</style>
</head>
<body>
<div></div>
</body>
</html>