OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 <head> |
| 4 <meta charset="utf-8"> |
| 5 <title>color</title> |
| 6 <link rel="help" href="http://www.mathml-association.org/MathMLinHTML5/S2.html#S
S3.SSS1"> |
| 7 <link rel="match" href="color-1-ref.html"/> |
| 8 <meta name="assert" content="Verify that the color is used for text and graphica
l elements."> |
| 9 </head> |
| 10 <body> |
| 11 <p>Test passes if you see a green square.</p> |
| 12 <div style="background: green; color: red; width: 200px; height: 200px; paddin
g: 1px;"> |
| 13 <math><mfrac style="color: green"><mn>1</mn><mn>2</mn></mfrac></math> |
| 14 <math><msqrt style="color: green"><mn>3</mn></msqrt></math> |
| 15 <math><mroot style="color: green"><mn>4</mn><mn>5</mn></mroot></math> |
| 16 <math><menclose notation="left" style="color: green"><mn>6</mn></menclose></
math> |
| 17 <math><menclose notation="right" style="color: green"><mn>7</mn></menclose><
/math> |
| 18 <math><menclose notation="top" style="color: green"><mn>8</mn></menclose></m
ath> |
| 19 <math><menclose notation="bottom" style="color: green"><mn>9</mn></menclose>
</math> |
| 20 <math><menclose notation="box" style="color: green"><mn>10</mn></menclose></
math> |
| 21 <math><menclose notation="roundedbox" style="color: green"><mn>11</mn></menc
lose></math> |
| 22 <math><menclose notation="actuarial" style="color: green"><mn>12</mn></mencl
ose></math> |
| 23 <math><menclose notation="madruwb" style="color: green"><mn>13</mn></menclos
e></math> |
| 24 <math><menclose notation="horizontalstrike" style="color: green"><mn>14</mn>
</menclose></math> |
| 25 <math><menclose notation="verticalstrike" style="color: green"><mn>15</mn></
menclose></math> |
| 26 <math><menclose notation="updiagonalstrike" style="color: green"><mn>16</mn>
</menclose></math> |
| 27 <math><menclose notation="downdiagonalstrike" style="color: green"><mn>17</m
n></menclose></math> |
| 28 <math><menclose notation="longdiv" style="color: green"><mn>18</mn></menclos
e></math> |
| 29 <math><menclose notation="circle" style="color: green"><mn>19</mn></menclose
></math> |
| 30 <math><mi style="color: green">20</mi></math> |
| 31 <math><mn style="color: green">21</mn></math> |
| 32 <math><mo style="color: green">22</mo></math> |
| 33 <math><mtext style="color: green">23</mtext></math> |
| 34 <math><ms style="color: green">24</ms></math> |
| 35 </div> |
| 36 </body> |
| 37 </html> |
OLD | NEW |