tor-browser

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

display-contents-sharing-001.html (466B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title style="display: none">CSS Test: display:contents style sharing.</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <link rel="match" href="display-contents-sharing-001-ref.html">
      6 <link rel="help" href="https://drafts.csswg.org/css-display/#unbox-html">
      7 <link rel="help" href="https://bugzil.la/1469076">
      8 <style>
      9  * { display: contents }
     10 </style>
     11 <br>
     12 <whatever>
     13  PASS
     14 </whatever>