1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/layers/component-alpha-exit-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +<!DOCTYPE html> 1.5 +<html class="reftest-wait"> 1.6 +<title>Reference for test transition from component-alpha layer to single-alpha layer</title> 1.7 +<script type="text/javascript"> 1.8 +document.addEventListener("MozReftestInvalidate", function scrollDownAllTheWay () { 1.9 + var scrollbox = document.getElementById("scrollbox"); 1.10 + scrollbox.scrollTop = 1000; 1.11 + document.documentElement.className = ""; 1.12 +}, false); 1.13 +</script> 1.14 +<style> 1.15 +#scrollbox { 1.16 + margin: 20px; 1.17 + width: 300px; 1.18 + height: 400px; 1.19 + overflow-y: hidden; 1.20 + background: -moz-linear-gradient(#FFF, #FFF); 1.21 +} 1.22 + 1.23 +#inner { 1.24 + background-color: #000; 1.25 + padding-bottom: 415px; 1.26 +} 1.27 +</style> 1.28 + 1.29 +<div id="scrollbox"> 1.30 + <div id="inner"> 1.31 + 1.32 + </div> 1.33 +</div>