tor-browser

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

multicol-legend-becomes-floated-crash.html (366B)


      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=1122722">
      4 <fieldset id="fieldset">
      5  <legend id="legend"></legend>
      6 </fieldset>
      7 <script>
      8  document.body.offsetTop;
      9  fieldset.style.columns = "2";
     10  legend.style.cssFloat = "left";
     11 </script>