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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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