tor-browser

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

menclose-3-invalid.html (359B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>menclose invalid</title>
      5    <meta charset="utf-8"/>
      6    <link rel="match" href="menclose-3-invalid-ref.html"/>
      7  </head>
      8 
      9  <body>
     10    <math>
     11      <menclose notation="not_a_vaild_notation">
     12        <mspace width="100px" height="50px" mathbackground="blue"></mspace>
     13      </menclose>
     14    </math>
     15  </body>
     16 </html>