tor-browser

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

multicol-floats-after-column-span-crash.html (426B)


      1 <!DOCTYPE html>
      2 <html id="a">
      3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1674011">
      4 
      5 <style>
      6 :not(animateTransform) { columns: 1px }
      7 </style>
      8 <script>
      9 function go() {
     10  a.appendChild(b)
     11 }
     12 function eh() {
     13  a.appendChild(c)
     14 }
     15 </script>
     16 <body onload=go()>
     17 <data id="b">x</command>
     18 <dir style="column-span: all">x</dir>
     19 <details id="c" ontoggle="eh()" open="">x</details>
     20 <iframe align="right">x</iframe>