tor-browser

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

contain-size-fieldset-002-ref.html (455B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Containment Test: Reference file</title>
      4 <link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
      5 <style>
      6 #border {
      7  border: 1px solid black;
      8  width: min-content;
      9 }
     10 fieldset {
     11  visibility: hidden;
     12  height: 1px;
     13 }
     14 </style>
     15 
     16 <p>This test passes if it has the same output as the reference. You should see a black border box below.</p>
     17 <div id="border">
     18  <fieldset></fieldset>
     19 </div>