https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 753bbe0a23f344e74f501c9d88f7f54710c0600f authored by ffxbld on 24 June 2015, 22:28:51 UTC
Added FIREFOX_39_0_RELEASE FIREFOX_39_0_BUILD4 tag(s) for changeset ab10262d2aed. DONTBUILD CLOSED TREE a=release
Tip revision: 753bbe0
large-gradient-1-ref.html
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Make sure that large gradient backgrounds are painted even at extreme scroll positions</title>

<style>

html {
  background: white;
  overflow: hidden;
}

body {
  margin: 0;
  height: 1000px;
  background-image: linear-gradient(rgb(210,210,210) 0px, rgb(215,215,215) 1000px);
}

</style>
back to top