layout/reftests/mathml/mstyle-1-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mstyle-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,123 @@
     1.4 +<?xml version="1.0" encoding="us-ascii"?>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +  <meta http-equiv="content-type"
     1.8 +  content="application/xhtml+xml; charset=us-ascii" />
     1.9 +  <title>Test mstyle</title>
    1.10 +  <style type="text/css">
    1.11 +    table { width: 100%;  border-collapse: collapse; }
    1.12 +    td { border: solid black 1px; }
    1.13 +  </style>
    1.14 +</head>
    1.15 +
    1.16 +<body>
    1.17 +
    1.18 +<table>
    1.19 +  <tbody>
    1.20 +    <tr>
    1.21 +      <td>mfenced: open, close, separators </td>
    1.22 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.23 +          <mstyle>
    1.24 +            <mfenced>
    1.25 +              <mn>1</mn>
    1.26 +              <mn>2</mn>
    1.27 +            </mfenced>
    1.28 +          </mstyle>
    1.29 +        </math></td>
    1.30 +    </tr>
    1.31 +    <tr>
    1.32 +      <td>menclose: notation</td>
    1.33 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.34 +          <mstyle>
    1.35 +            <menclose>
    1.36 +              <mtext>menclose</mtext>
    1.37 +            </menclose>
    1.38 +          </mstyle>
    1.39 +        </math></td>
    1.40 +    </tr>
    1.41 +    <tr>
    1.42 +      <td>mfrac: bevelled, linethickness</td>
    1.43 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.44 +          <mstyle>
    1.45 +            <mfrac>
    1.46 +              <mi>a</mi>
    1.47 +              <mi>b</mi>
    1.48 +            </mfrac>
    1.49 +          </mstyle>
    1.50 +        </math></td>
    1.51 +    </tr>
    1.52 +    <tr>
    1.53 +      <td>mfrac: numalign</td>
    1.54 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.55 +          <mstyle>
    1.56 +            <mfrac>
    1.57 +              <mn>1</mn>
    1.58 +              <mn>234</mn>
    1.59 +            </mfrac>
    1.60 +          </mstyle>
    1.61 +        </math></td>
    1.62 +    </tr>
    1.63 +    <tr>
    1.64 +      <td>mfrac: denomalign</td>
    1.65 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.66 +          <mstyle>
    1.67 +            <mfrac>
    1.68 +              <mn>123</mn>
    1.69 +              <mn>4</mn>
    1.70 +            </mfrac>
    1.71 +          </mstyle>
    1.72 +        </math></td>
    1.73 +    </tr>
    1.74 +    <tr>
    1.75 +      <td>mmultiscripts: subscriptshift, superscriptshift </td>
    1.76 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.77 +          <mstyle>
    1.78 +            <mmultiscripts>
    1.79 +              <mi>a</mi>
    1.80 +              <mi>b</mi>
    1.81 +              <mi>c</mi>
    1.82 +              <mprescripts/>
    1.83 +              <mi>e</mi>
    1.84 +              <mi>f</mi>
    1.85 +            </mmultiscripts>
    1.86 +          </mstyle>
    1.87 +        </math></td>
    1.88 +    </tr>
    1.89 +    <tr>
    1.90 +      <td>msubsup: subscriptshift, superscriptshift</td>
    1.91 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.92 +          <mstyle>
    1.93 +            <msubsup>
    1.94 +              <mi>a</mi>
    1.95 +              <mi>b</mi>
    1.96 +              <mi>c</mi>
    1.97 +            </msubsup>
    1.98 +          </mstyle>
    1.99 +        </math></td>
   1.100 +    </tr>
   1.101 +    <tr>
   1.102 +      <td>msub: subscriptshift</td>
   1.103 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
   1.104 +          <mstyle>
   1.105 +            <msub>
   1.106 +              <mi>a</mi>
   1.107 +              <mi>b</mi>
   1.108 +            </msub>
   1.109 +          </mstyle>
   1.110 +        </math></td>
   1.111 +    </tr>
   1.112 +    <tr>
   1.113 +      <td>msup: superscriptshift</td>
   1.114 +      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
   1.115 +          <mstyle>
   1.116 +            <msup>
   1.117 +              <mi>a</mi>
   1.118 +              <mi>b</mi>
   1.119 +            </msup>
   1.120 +          </mstyle>
   1.121 +        </math></td>
   1.122 +    </tr>
   1.123 +  </tbody>
   1.124 +</table>
   1.125 +</body>
   1.126 +</html>

mercurial