tor-browser

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

background-margin-transformed-root.html (558B)


      1 <!doctype HTML>
      2 <title>Backgrounds on the root element should extend to cover the entire canvas in the presence of margin and transform</title>
      3 <link rel="author" title="Philip Rogers" href="mailto:pdr@chromium.org">
      4 <link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#root-background">
      5 <link rel="match" href="background-margin-transformed-root-ref.html">
      6 <meta name=fuzzy content="0-1;0-19000">
      7 <style>
      8  html {
      9    background: linear-gradient(lightblue, yellow);
     10    height: 300px;
     11    margin: 50px;
     12    transform: rotateZ(0deg);
     13  }
     14 </style>