tenfourfox/layout/reftests/pixel-rounding/background-color-width-10.html

18 lines
324 B
HTML
Raw Permalink 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; }
div { position: absolute; top: 10px; left: 10px; height: 10px; width: 10px; }
div { background: green; }
</style>
</head>
<body>
<div style="width:11px"></div>
</body>
</html>