tor-browser

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

column-span-bidi-1-ref.html (395B)


      1 <!DOCTYPE html>
      2 <html>
      3  <meta charset="utf-8">
      4  <style>
      5  h3 {
      6    column-span: all;
      7  }
      8  html {
      9    columns: 3em;
     10  }
     11  </style>
     12 
     13  <body onload=go()>
     14    <h3></h3>
     15    <!-- The following content will be in a -moz-column-content frame where it's
     16         parent is a hard continuation of a nsColumnSetFrame. -->
     17    ltr
     18    ltr
     19    <div dir="rtl">rtl</div>
     20    <div></div>
     21  </body>
     22 </html>