mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
364 B
HTML
17 lines
364 B
HTML
|
<html reftest-viewport-w="800" reftest-viewport-h="1000"
|
||
|
reftest-displayport-w="800" reftest-displayport-h="1000">
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||
|
<style type="text/css">
|
||
|
body
|
||
|
{
|
||
|
background-image:url("bg.png");
|
||
|
background-repeat:no-repeat;
|
||
|
background-attachment:fixed;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|