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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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