Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!doctype html>
2 <html>
3 <head>
4 <title>Dynamic mathvariant tests</title>
5 </head>
6 <body>
7 <math>
8 <mrow>
9 <mi id="Mi0" mathvariant="script">A</mi>
10 <mi id="Mi1">BB</mi>
11 <mi id="Mi2">B</mi>
12 <mi id="Mi3">A</mi>
13 <mi id="Mi4" mathvariant="script">A</mi>
14 <mtext id="Mtext0" fontweight="bold">A</mtext>
15 <mtext id="Mtext1" fontstyle="italic">A</mtext>
16 <mtext id="Mtext2" mathvariant="script">A</mtext>
17 <mtext id="Mtext3" mathvariant="script">A</mtext>
18 <mtext id="Mtext4" mathvariant="script">A</mtext>
19 <mtext id="Mtext5" mathvariant="script">A</mtext>
20 </mrow>
21 </math>
23 <p>
25 <math>
26 <mrow>
27 <mstyle id="Mstyle0" mathvariant="fraktur">
28 <mtext>Hello</mtext>
29 </mstyle>
30 <mstyle id="Mstyle1" mathvariant="monospace">
31 <mtext>Hello</mtext>
32 </mstyle>
33 <mstyle id="Mstyle2">
34 <mtext>Hello</mtext>
35 </mstyle>
36 </mrow>
37 </math>
39 <p>
41 <math id="Math0" mathvariant="fraktur">
42 <mtext>Hello</mtext>
43 </math>
44 <math id="Math1" mathvariant="monospace">
45 <mtext>Hello</mtext>
46 </math>
47 <math id="Math2">
48 <mtext>Hello</mtext>
49 </math>
51 </body>
52 </html>