tor-browser

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

mo-boolean-attributes-case-insensitive-ref.html (856B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>Test case insensitivity of mo boolean attributes (reference)</title>
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <style>
      6  math {
      7      font: 25px/1 Ahem;
      8  }
      9  @font-face {
     10      font-family: operators;
     11      src: url("/fonts/math/operators.woff");
     12  }
     13  mo {
     14      font-family: operators;
     15  }
     16 </style>
     17 <p>
     18  <math>
     19    <mrow>
     20      <mo symmetric="false" stretchy="false"></mo>
     21      <mspace height="2em"></mspace>
     22    </mrow>
     23  </math>
     24 </p>
     25 <p>
     26  <math>
     27    <mrow>
     28      <mo symmetric="true" stretchy="true"></mo>
     29      <mspace height="1.5em"></mspace>
     30    </mrow>
     31  </math>
     32 </p>
     33 <p>
     34  <math displaystyle="true">
     35    <mo largeop="false"></mo>
     36  </math>
     37 </p>
     38 <p>
     39  <math>
     40    <munder>
     41      <mo movablelimits="false"></mo>
     42      <mtext>X</mtext>
     43    </munder>
     44  </math>
     45 </p>