tor-browser

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

none-001.html (1115B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>none should render as an mrow</title>
      6    <link rel="help" href="https://w3c.github.io/mathml-core/#subscripts-and-superscripts-msub-msup-msubsup">
      7    <meta name="assert" content="Verify that none uses mrow layout">
      8    <link rel="match" href="none-001-ref.html">
      9  </head>
     10  <body>
     11    <math>
     12      <none>
     13        <mspace width="10px" height="20px" style="background: cyan;"></mspace>
     14        <mspace width="30px" height="10px" depth="5px" style="background: blue;"></mspace>
     15        <mspace width="20px" height="15px" depth="30px" style="background: lightblue;"></mspace>
     16        <mspace width="25px" depth="20px" style="background: cyan;"></mspace>
     17        <mspace width="40px" height="5px" depth="15px" style="background: blue;"></mspace>
     18        <mspace width="20px" height="35px" depth="5px" style="background: lightblue;"></mspace>
     19      </none>
     20    </math>
     21    <script src="/mathml/support/feature-detection.js"></script>
     22    <script>
     23      MathMLFeatureDetection.ensure_for_match_reftest("has_mspace");
     24    </script>
     25  </body>
     26 </html>