tor-browser

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

display-contents-root-background.html (491B)


      1 <!doctype html>
      2 <title>CSS Test: display:contents on root element blockified with rendered background.</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-display/#the-display-properties">
      4 <link rel="help" href="https://drafts.csswg.org/css-display/#transformations">
      5 <link rel="match" href="display-contents-root-background-ref.html">
      6 <style>
      7  :root {
      8    display: contents;
      9    background-image: url(../support/1x1-green.png);
     10  }
     11 </style>
     12 <p>Pass if the background is green.</p>