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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <html style="overflow:hidden"
     2       reftest-viewport-w="800" reftest-viewport-h="1000"
     3       reftest-displayport-w="800" reftest-displayport-h="1000">
     4 <head>
     5 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     6 <script>
     7   function run() {
     8     window.scrollTo(0, 30);
     9   }
    10 </script>
    11 <style type="text/css">
    12 body
    13 {
    14 background-image:url("bg.png");
    15 background-repeat:no-repeat;
    16 background-attachment:fixed;
    17 }
    18 </style>
    19 </head>
    20 <body onload="run()" style="height: 10000px">
    21 </body>
    22 </html>

mercurial