tor-browser

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

insert-legend-in-multicol-fieldset-crash.html (384B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1211926">
      4 <fieldset id="fieldset">
      5  <legend id="legend"></legend>
      6  <div></div>
      7 </fieldset>
      8 <script>
      9  document.body.offsetTop;
     10  fieldset.style.columns = "2";
     11  legend.style.position = "relative";
     12 </script>