tor-browser

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

mmultiscript-001.html (567B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>mmultiscript with no scripts</title>
      5    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
      6    <link rel="help" href="https://w3c.github.io/mathml-core/#base-with-prescripts-and-postscripts">
      7    <link rel="match" href="mmultiscript-001-ref.html">
      8    <meta name="assert" content="mmultiscript with no scripts renders the same as if it had two none post-scripts">
      9  </head>
     10  <body>
     11    <math>
     12      <mmultiscripts>
     13        <mtext>base</mtext>
     14      </mmultiscripts>
     15    </math>
     16  </body>
     17 </html>