layout/reftests/mathml/semantics-1.xhtml

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <meta http-equiv="content-type"
michael@0 5 content="application/xhtml+xml; charset=utf-8" />
michael@0 6 <title>Various tests for semantics</title>
michael@0 7 </head>
michael@0 8
michael@0 9 <body>
michael@0 10 <!-- displaystyle (bug 468059) -->
michael@0 11 <p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
michael@0 12 <semantics>
michael@0 13 <munderover>
michael@0 14 <mo movablelimits="true">□■□</mo>
michael@0 15 <mtext>■□■□■□</mtext>
michael@0 16 <mtext>■□■□■□</mtext>
michael@0 17 </munderover>
michael@0 18 </semantics>
michael@0 19 </math></p>
michael@0 20
michael@0 21 <!-- embellished operator (bug 21479) -->
michael@0 22 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 23 <mover>
michael@0 24 <mspace width="300px" height="10px" mathbackground="black"></mspace>
michael@0 25 <semantics><mo>&#xaf;</mo></semantics>
michael@0 26 </mover>
michael@0 27 </math></p>
michael@0 28
michael@0 29 <!-- unwanted whitespace (bug 512418) -->
michael@0 30 <p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 31 <semantics>
michael@0 32 <mrow>
michael@0 33 <mrow>
michael@0 34 <mo>lcm</mo>
michael@0 35 <mo>(</mo>
michael@0 36 <mi>a</mi>
michael@0 37 <mo>,</mo>
michael@0 38 <mi>b</mi>
michael@0 39 <mo>)</mo>
michael@0 40 </mrow>
michael@0 41 <mo>=</mo>
michael@0 42 <mfrac>
michael@0 43 <mrow>
michael@0 44 <mo>(</mo>
michael@0 45 <mi>a</mi>
michael@0 46 <mo>&#x2062;</mo>
michael@0 47 <mi>b</mi>
michael@0 48 <mo>)</mo>
michael@0 49 </mrow>
michael@0 50 <mrow>
michael@0 51 <mo>gcd</mo>
michael@0 52 <mo>(</mo>
michael@0 53 <mi>a</mi>
michael@0 54 <mo>,</mo>
michael@0 55 <mi>b</mi>
michael@0 56 <mo>)</mo>
michael@0 57 </mrow>
michael@0 58 </mfrac>
michael@0 59 </mrow>
michael@0 60 </semantics>
michael@0 61 </math>■□■□■□</p>
michael@0 62
michael@0 63 <!-- maction and semantics (bug 523037) -->
michael@0 64 <p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 65 <maction actiontype="toggle" selection="3">
michael@0 66 <mn>1</mn>
michael@0 67 <mn>2</mn>
michael@0 68 <semantics>
michael@0 69 <mn>3</mn>
michael@0 70 <annotation encoding="text">three</annotation>
michael@0 71 </semantics>
michael@0 72 <semantics>
michael@0 73 <mn>4</mn>
michael@0 74 <annotation encoding="text">four</annotation>
michael@0 75 </semantics>
michael@0 76 <mn>5</mn>
michael@0 77 </maction>
michael@0 78 </math>■□■□■□</p>
michael@0 79
michael@0 80 <!-- maction and semantics (bug 523045) -->
michael@0 81 <p>■□■□■□<math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 82 <maction actiontype="toggle" selection="4">
michael@0 83 <mn>1</mn>
michael@0 84 <mn>2</mn>
michael@0 85 <semantics>
michael@0 86 <mn>3</mn>
michael@0 87 <annotation encoding="text">three</annotation>
michael@0 88 </semantics>
michael@0 89 <semantics>
michael@0 90 <mn>4</mn>
michael@0 91 <annotation encoding="text">four</annotation>
michael@0 92 </semantics>
michael@0 93 <mn>5</mn>
michael@0 94 </maction>
michael@0 95 </math>■□■□■□</p>
michael@0 96 </body>
michael@0 97 </html>

mercurial