tor-browser

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

mmultiscript-002.html (614B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>mmultiscript with mprescripts</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-002-ref.html">
      8    <meta name="assert" content="mmultiscript with no scripts and a mprescripts child renders the same as if it had two none pre-scripts">
      9  </head>
     10  <body>
     11    <math>
     12      <mmultiscripts>
     13        <mtext>base</mtext>
     14        <mprescripts/>
     15      </mmultiscripts>
     16    </math>
     17  </body>
     18 </html>