mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|