layout/reftests/reftest-sanity/test-bg-attachment-fixed.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/reftest-sanity/test-bg-attachment-fixed.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<html style="overflow:hidden"
     1.5 +      reftest-viewport-w="800" reftest-viewport-h="1000"
     1.6 +      reftest-displayport-w="800" reftest-displayport-h="1000">
     1.7 +<head>
     1.8 +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     1.9 +<script>
    1.10 +  function run() {
    1.11 +    window.scrollTo(0, 30);
    1.12 +  }
    1.13 +</script>
    1.14 +<style type="text/css">
    1.15 +body
    1.16 +{
    1.17 +background-image:url("bg.png");
    1.18 +background-repeat:no-repeat;
    1.19 +background-attachment:fixed;
    1.20 +}
    1.21 +</style>
    1.22 +</head>
    1.23 +<body onload="run()" style="height: 10000px">
    1.24 +</body>
    1.25 +</html>

mercurial