https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a042c40b6e66bcf970114bd5b627baacf67fe071 authored by ffxbld on 20 February 2015, 01:41:56 UTC
Added FIREFOX_36_0_RELEASE FIREFOX_36_0_BUILD1 tag(s) for changeset 59eefd8af5d7. DONTBUILD CLOSED TREE a=release
Tip revision: a042c40
component-alpha-exit-1-ref.html
<!DOCTYPE html>
<html class="reftest-wait">
<title>Reference for test transition from component-alpha layer to single-alpha layer</title>
<script type="text/javascript">
document.addEventListener("MozReftestInvalidate", function scrollDownAllTheWay () {
  var scrollbox = document.getElementById("scrollbox");
  scrollbox.scrollTop = 1000;
  document.documentElement.className = "";
}, false);
</script>
<style>
#scrollbox {
  margin: 20px;
  width: 300px;
  height: 400px;
  overflow-y: hidden;
  background: -moz-linear-gradient(#FFF, #FFF);
}

#inner {
  background-color: #000;
  padding-bottom: 415px;
}
</style>

<div id="scrollbox">
  <div id="inner">
    
  </div>
</div>
back to top