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

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 <?xml version="1.0" encoding="us-ascii"?>
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=us-ascii" />
michael@0 6 <title>Test mstyle</title>
michael@0 7 <style type="text/css">
michael@0 8 table { width: 100%; border-collapse: collapse; }
michael@0 9 td { border: solid black 1px; }
michael@0 10 </style>
michael@0 11 </head>
michael@0 12
michael@0 13 <body>
michael@0 14
michael@0 15 <table>
michael@0 16 <tbody>
michael@0 17 <tr>
michael@0 18 <td>mpadded: width</td>
michael@0 19 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 20 <mstyle>
michael@0 21 <mtext>_</mtext>
michael@0 22 <mpadded/>
michael@0 23 <mtext>_</mtext>
michael@0 24 </mstyle>
michael@0 25 </math></td>
michael@0 26 </tr>
michael@0 27 <tr>
michael@0 28 <td>mpadded: lspace</td>
michael@0 29 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 30 <mstyle>
michael@0 31 <mtext>_</mtext>
michael@0 32 <mpadded/>
michael@0 33 <mtext>_</mtext>
michael@0 34 </mstyle>
michael@0 35 </math></td>
michael@0 36 </tr>
michael@0 37 <tr>
michael@0 38 <td>mpadded: height</td>
michael@0 39 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 40 <mstyle>
michael@0 41 <msup>
michael@0 42 <mrow>
michael@0 43 <mtext>_</mtext>
michael@0 44 <mpadded/>
michael@0 45 <mtext>_</mtext>
michael@0 46 </mrow>
michael@0 47 <mtext>_</mtext>
michael@0 48 </msup>
michael@0 49 </mstyle>
michael@0 50 </math></td>
michael@0 51 </tr>
michael@0 52 <tr>
michael@0 53 <td>mpadded: depth</td>
michael@0 54 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 55 <mstyle>
michael@0 56 <msub>
michael@0 57 <mrow>
michael@0 58 <mtext>_</mtext>
michael@0 59 <mpadded/>
michael@0 60 <mtext>_</mtext>
michael@0 61 </mrow>
michael@0 62 <mtext>_</mtext>
michael@0 63 </msub>
michael@0 64 </mstyle>
michael@0 65 </math></td>
michael@0 66 </tr>
michael@0 67 <tr>
michael@0 68 <td>mspace: width</td>
michael@0 69 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 70 <mstyle>
michael@0 71 <mtext>_</mtext>
michael@0 72 <mspace/>
michael@0 73 <mtext>_</mtext>
michael@0 74 </mstyle>
michael@0 75 </math></td>
michael@0 76 </tr>
michael@0 77 <tr>
michael@0 78 <td>mspace: height</td>
michael@0 79 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 80 <mstyle>
michael@0 81 <msup>
michael@0 82 <mrow>
michael@0 83 <mtext>_</mtext>
michael@0 84 <mspace/>
michael@0 85 <mtext>_</mtext>
michael@0 86 </mrow>
michael@0 87 <mtext>_</mtext>
michael@0 88 </msup>
michael@0 89 </mstyle>
michael@0 90 </math></td>
michael@0 91 </tr>
michael@0 92 <tr>
michael@0 93 <td>mspace: depth</td>
michael@0 94 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 95 <mstyle>
michael@0 96 <msub>
michael@0 97 <mrow>
michael@0 98 <mtext>_</mtext>
michael@0 99 <mspace/>
michael@0 100 <mtext>_</mtext>
michael@0 101 </mrow>
michael@0 102 <mtext>_</mtext>
michael@0 103 </msub>
michael@0 104 </mstyle>
michael@0 105 </math></td>
michael@0 106 </tr>
michael@0 107 <tr>
michael@0 108 <td>maction: selection</td>
michael@0 109 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 110 <mstyle>
michael@0 111 <maction actiontype="toggle">
michael@0 112 <mn>1</mn>
michael@0 113 <mn>2</mn>
michael@0 114 </maction>
michael@0 115 </mstyle>
michael@0 116 </math></td>
michael@0 117 </tr>
michael@0 118 <tr>
michael@0 119 <td>mtable: align</td>
michael@0 120 <td><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 121 <mstyle>
michael@0 122 <mrow>
michael@0 123 <mtext>_</mtext>
michael@0 124 <mtable>
michael@0 125 <mtr>
michael@0 126 <mtd>
michael@0 127 <mtext>&#x2015;</mtext>
michael@0 128 </mtd>
michael@0 129 </mtr>
michael@0 130 <mtr>
michael@0 131 <mtd>
michael@0 132 <mtext>&#x2015;</mtext>
michael@0 133 </mtd>
michael@0 134 </mtr>
michael@0 135 </mtable>
michael@0 136 <mtext>_</mtext>
michael@0 137 </mrow>
michael@0 138 </mstyle>
michael@0 139 </math></td>
michael@0 140 </tr>
michael@0 141 </tbody>
michael@0 142 </table>
michael@0 143 </body>
michael@0 144 </html>

mercurial