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

branch
TOR_BUG_9701
changeset 10
ac0c01689b40
equal deleted inserted replaced
-1:000000000000 0:66b7a154b99c
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <math xmlns="http://www.w3.org/1998/Math/MathML">
4 <msub>
5 <mi>x</mi>
6 <mn>2</mn>
7 </msub>
8 <mo>+</mo>
9 <msup>
10 <mi>x</mi>
11 <mn>2</mn>
12 </msup>
13 <mo>+</mo>
14 <msubsup>
15 <mi>x</mi>
16 <mn>2</mn>
17 <mn>3</mn>
18 </msubsup>
19 <mo>+</mo>
20 <mmultiscripts>
21 <mi> x </mi>
22 <mn>2</mn>
23 <mn>3</mn>
24 <mprescripts/>
25 <mn>4</mn>
26 <mn>5</mn>
27 </mmultiscripts>
28 </math>
29 </body>
30 </html>

mercurial