tor-browser

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

display-contents-dynamic-generated-content-fieldset-001-ref.html (332B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Reftest Reference</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <style>
      6 div {
      7  display: contents;
      8  border: 10px solid red;
      9 }
     10 </style>
     11 <p>
     12  Test passes if there is no red text and no red border.
     13 </p>
     14 <fieldset>
     15  <div></div>
     16 </fieldset>