mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
307 B
HTML
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.6px; left: -9.6px; width: 25px; height: 25px; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div></div>
|
|
|
|
</body>
|
|
</html>
|