tor-browser

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

non-spacing-accent-1.xhtml (565B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2  <head>
      3    <title>Check that non-spacing marks in accents are visible</title>
      4    <link rel="mismatch" href="non-spacing-accent-1-ref.xhtml"/>
      5    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=427659"/>
      6    <style type="text/css">
      7      html { background-color: white }
      8      mi { color: white; }
      9      mo { color: black; }
     10    </style>
     11  </head>
     12 <body>
     13  <math xmlns="http://www.w3.org/1998/Math/MathML">
     14    <mover>
     15      <mi>a</mi>
     16      <mo>&#x302;</mo>
     17    </mover>
     18  </math>
     19 </body>
     20 </html>