tor-browser

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

dynamic-rowspan-mozilla-370692.xhtml (489B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <link rel="help" href="https://w3c.github.io/mathml-core/#dom-and-javascript"/>
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=162063"/>
      5 <link rel="match" href="dynamic-rowspan-mozilla-370692-ref.xhtml"/>
      6 </head>
      7 <body>
      8 <table>
      9  <mathml:mtr rowspan="2" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
     10    <mathml:mo>+</mathml:mo>
     11    <td>bar</td>
     12  </mathml:mtr>
     13  <tr><td>baz</td></tr>
     14 </table>
     15 </body>
     16 
     17 </html>