tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

large-gradient-5-ref.html (420B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <!DOCTYPE html>
      6 <html lang="en">
      7 <meta charset="utf-8">
      8 <title>Reference for: Make sure that large gradient backgrounds are painted even at extreme scroll positions</title>
      9 <!-- See https://bugzilla.mozilla.org/show_bug.cgi?id=1271112 -->
     10 
     11 <style>
     12 
     13 html {
     14  background-color: lime;
     15 }
     16 
     17 </style>
     18 
     19 <body>