gecko/layout/reftests/reftest-sanity/test-bg-attachment-fixed-ref.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>