mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00: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>
|