tor-browser

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

display-contents-text-only-001.html (449B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Display: Only text on a display: contents subtree</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:ecobos@igalia.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-display-3/#valdef-display-contents">
      6 <link rel="match" href="display-contents-text-only-001-ref.html">
      7 <style>
      8  body { display: contents; }
      9 </style>
     10 <p>Test passes if you see the word "PASS" below</p>
     11 PASS