mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
19 lines
301 B
HTML
19 lines
301 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: 0px; left: 0px; width: 15px; height: 15px; }
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div></div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|