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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/semantics-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,85 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     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=utf-8" />
     1.9 +  <title>Various tests for semantics</title>
    1.10 +</head>
    1.11 +
    1.12 +<body>
    1.13 +<!-- displaystyle (bug 468059) -->
    1.14 +<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
    1.15 +  <semantics>
    1.16 +    <mstyle displaystyle="true">
    1.17 +      <munderover>
    1.18 +        <mo movablelimits="true">□■□</mo>
    1.19 +        <mtext>■□■□■□</mtext>
    1.20 +        <mtext>■□■□■□</mtext>
    1.21 +      </munderover>
    1.22 +    </mstyle>
    1.23 +  </semantics>
    1.24 +</math></p>
    1.25 +
    1.26 +<!-- embellished operator (bug 21479) -->
    1.27 +<p><math xmlns="http://www.w3.org/1998/Math/MathML">
    1.28 +  <mover>
    1.29 +    <mspace width="300px" height="10px" mathbackground="black"></mspace>
    1.30 +    <mo>&#xaf;</mo>
    1.31 +  </mover>
    1.32 +</math></p>
    1.33 +
    1.34 +<!-- unwanted whitespace (bug 512418) -->
    1.35 +<p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
    1.36 +    <mrow>
    1.37 +      <mrow>
    1.38 +        <mo>lcm</mo>
    1.39 +        <mo>(</mo>
    1.40 +        <mi>a</mi>
    1.41 +        <mo>,</mo>
    1.42 +        <mi>b</mi>
    1.43 +        <mo>)</mo>
    1.44 +      </mrow>
    1.45 +      <mo>=</mo>
    1.46 +      <mfrac>
    1.47 +        <mrow>
    1.48 +          <mo>(</mo>
    1.49 +          <mi>a</mi>
    1.50 +          <mo>&#x2062;</mo>
    1.51 +          <mi>b</mi>
    1.52 +          <mo>)</mo>
    1.53 +        </mrow>
    1.54 +        <mrow>
    1.55 +          <mo>gcd</mo>
    1.56 +          <mo>(</mo>
    1.57 +          <mi>a</mi>
    1.58 +          <mo>,</mo>
    1.59 +          <mi>b</mi>
    1.60 +          <mo>)</mo>
    1.61 +        </mrow>
    1.62 +      </mfrac>
    1.63 +    </mrow>
    1.64 +</math>■□■□■□</p>
    1.65 +
    1.66 +<!-- maction and semantics (bug 523037) -->
    1.67 +<p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
    1.68 +  <maction actiontype="toggle" selection="3">
    1.69 +    <mn>1</mn>
    1.70 +    <mn>2</mn>
    1.71 +    <mn>3</mn>
    1.72 +    <mn>4</mn>
    1.73 +    <mn>5</mn>
    1.74 +  </maction>
    1.75 +</math>■□■□■□</p>
    1.76 +
    1.77 +<!-- maction and semantics (bug 523045) -->
    1.78 +<p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
    1.79 +  <maction actiontype="toggle" selection="4">
    1.80 +    <mn>1</mn>
    1.81 +    <mn>2</mn>
    1.82 +    <mn>3</mn>
    1.83 +    <mn>4</mn>
    1.84 +    <mn>5</mn>
    1.85 +  </maction>
    1.86 +</math>■□■□■□</p>
    1.87 +</body>
    1.88 +</html>

mercurial