layout/reftests/layers/component-alpha-exit-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html class="reftest-wait">
michael@0 3 <title>Reference for test transition from component-alpha layer to single-alpha layer</title>
michael@0 4 <script type="text/javascript">
michael@0 5 document.addEventListener("MozReftestInvalidate", function scrollDownAllTheWay () {
michael@0 6 var scrollbox = document.getElementById("scrollbox");
michael@0 7 scrollbox.scrollTop = 1000;
michael@0 8 document.documentElement.className = "";
michael@0 9 }, false);
michael@0 10 </script>
michael@0 11 <style>
michael@0 12 #scrollbox {
michael@0 13 margin: 20px;
michael@0 14 width: 300px;
michael@0 15 height: 400px;
michael@0 16 overflow-y: hidden;
michael@0 17 background: -moz-linear-gradient(#FFF, #FFF);
michael@0 18 }
michael@0 19
michael@0 20 #inner {
michael@0 21 background-color: #000;
michael@0 22 padding-bottom: 415px;
michael@0 23 }
michael@0 24 </style>
michael@0 25
michael@0 26 <div id="scrollbox">
michael@0 27 <div id="inner">
michael@0 28
michael@0 29 </div>
michael@0 30 </div>

mercurial