tor-browser

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

mspace-children.html (475B)


      1 <!DOCTYPE html>
      2 <head>
      3 <meta charset="utf-8">
      4 <title>space</title>
      5 <link rel="help" href="https://w3c.github.io/mathml-core/#space-mspace">
      6 <link rel="match" href="mspace-children-ref.html"/>
      7 <meta name="assert" content="Verify mspace visual rendering of its children">
      8 </head>
      9 <body>
     10  <p>Test passes if you see a green square and no text.</p>
     11  <math><mspace width="200px" height="200px" style="background: green">Text Node <mtext>x</mtext></mspace></math>
     12 </body>
     13 </html>