tor-browser

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

empty-msqrt.html (562B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Empty &lt;msqrt&gt; element</title>
      6    <link rel="help" href="https://w3c.github.io/mathml-core/#radicals-msqrt-mroot">
      7    <meta name="assert" content="Empty msqrt should render as if it had a single empty mrow child.">
      8    <link rel="match" href="empty-msqrt-ref.html">
      9  </head>
     10  <body>
     11    <math><msqrt></msqrt></math>
     12    <script src="/mathml/support/feature-detection.js"></script>
     13    <script>MathMLFeatureDetection.ensure_for_match_reftest("has_msqrt");</script>
     14  </body>
     15 </html>