Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <!doctype html>
2 <html>
3 <head>
4 <title>displaystyle</title>
5 <meta charset="utf-8"/>
6 </head>
7 <body>
9 <!-- Test dynamic change of displaystyle -->
10 <math id="m1" displaystyle="true">
11 <munder><mo>O</mo><mo>O</mo></munder>
12 <mfrac><mi>x</mi><mi>y</mi></mfrac>
13 </math>
14 <math>
15 <mstyle id="m2" displaystyle="true">
16 <munder><mo>O</mo><mo>O</mo></munder>
17 <mfrac><mi>x</mi><mi>y</mi></mfrac>
18 </mstyle>
19 </math>
20 <math>
21 <mtable id="m3" displaystyle="true">
22 <mtr>
23 <mtd>
24 <munder><mo>O</mo><mo>O</mo></munder>
25 <mfrac><mi>x</mi><mi>y</mi></mfrac>
26 </mtd>
27 </mtr>
28 </mtable>
29 </math>
30 <math id="m4" displaystyle="false">
31 <msub><mo>O</mo><mo>O</mo></msub>
32 <mfrac><mi>x</mi><mi>y</mi></mfrac>
33 </math>
34 <math>
35 <mstyle id="m5" displaystyle="false">
36 <msub><mo>O</mo><mo>O</mo></msub>
37 <mfrac><mi>x</mi><mi>y</mi></mfrac>
38 </mstyle>
39 </math>
40 <math>
41 <mtable id="m6" displaystyle="false">
42 <mtr>
43 <mtd>
44 <msub><mo>O</mo><mo>O</mo></msub>
45 <mfrac><mi>x</mi><mi>y</mi></mfrac>
46 </mtd>
47 </mtr>
48 </mtable>
49 </math>
51 </body>
52 </html>