mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
450 B
HTML
23 lines
450 B
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
-->
|
|
<html reftest-zoom="5">
|
|
<head>
|
|
<title>test background-image-rendering: -moz-crisp-edges</title>
|
|
<style>
|
|
html
|
|
{
|
|
background-image: url('small.png');
|
|
image-rendering: -moz-crisp-edges;
|
|
background-attachment:fixed;
|
|
background-position: 4px 4px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|