tenfourfox/layout/reftests/pixel-rounding/offscreen-background-color-pos-6.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
307 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: -9.4px; left: -9.4px; width: 25px; height: 25px; }
</style>
</head>
<body>
<div></div>
</body>
</html>