Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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> |