mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
347 B
HTML
17 lines
347 B
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>reference image-rendering: -moz-crisp-edges</title>
|
|
<style>
|
|
img { position:absolute;left:20px;top:20px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img width="10" height="10" src="big.png"/>
|
|
</body>
|
|
</html>
|