mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
282 B
HTML
18 lines
282 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Pixel rounding testcase</title>
|
||
|
<style type="text/css">
|
||
|
|
||
|
html, body { margin: 0; border: none; padding: 0; }
|
||
|
img { position: absolute; top: -9.6px; left: -9.6px; }
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<img class="s1" src="blue-25x25.png">
|
||
|
|
||
|
</body>
|
||
|
</html>
|