tor-browser

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

rowlines-dynamic-mozilla-347496.xhtml (581B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2  <head>
      3    <link rel="match" href="rowlines-dynamic-mozilla-347496-ref.xhtml"/>
      4  </head>
      5 
      6 <body onload="document.getElementById('table').setAttribute('rowlines', 'dashed')">
      7 
      8 <div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
      9  <mfenced open="[" close="]">
     10    <mtable id="table">
     11      <mtr>
     12         <mtd><mi>x</mi></mtd>
     13         <mtd><mi>y</mi></mtd>
     14      </mtr>
     15      <mtr>
     16         <mtd><mi>z</mi></mtd>
     17         <mtd><mi>w</mi></mtd>
     18      </mtr>
     19    </mtable>
     20  </mfenced>
     21 </math></div>
     22 
     23 </body>
     24 
     25 </html>