layout/reftests/mathml/mathvariant-5-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <!doctype html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Dynamic mathvariant tests</title>
michael@0 5 </head>
michael@0 6 <body>
michael@0 7 <math>
michael@0 8 <mrow>
michael@0 9 <mi id="Mi0" mathvariant="script">A</mi>
michael@0 10 <mi id="Mi1">BB</mi>
michael@0 11 <mi id="Mi2">B</mi>
michael@0 12 <mi id="Mi3">A</mi>
michael@0 13 <mi id="Mi4" mathvariant="script">A</mi>
michael@0 14 <mtext id="Mtext0" fontweight="bold">A</mtext>
michael@0 15 <mtext id="Mtext1" fontstyle="italic">A</mtext>
michael@0 16 <mtext id="Mtext2" mathvariant="script">A</mtext>
michael@0 17 <mtext id="Mtext3" mathvariant="script">A</mtext>
michael@0 18 <mtext id="Mtext4" mathvariant="script">A</mtext>
michael@0 19 <mtext id="Mtext5" mathvariant="script">A</mtext>
michael@0 20 </mrow>
michael@0 21 </math>
michael@0 22
michael@0 23 <p>
michael@0 24
michael@0 25 <math>
michael@0 26 <mrow>
michael@0 27 <mstyle id="Mstyle0" mathvariant="fraktur">
michael@0 28 <mtext>Hello</mtext>
michael@0 29 </mstyle>
michael@0 30 <mstyle id="Mstyle1" mathvariant="monospace">
michael@0 31 <mtext>Hello</mtext>
michael@0 32 </mstyle>
michael@0 33 <mstyle id="Mstyle2">
michael@0 34 <mtext>Hello</mtext>
michael@0 35 </mstyle>
michael@0 36 </mrow>
michael@0 37 </math>
michael@0 38
michael@0 39 <p>
michael@0 40
michael@0 41 <math id="Math0" mathvariant="fraktur">
michael@0 42 <mtext>Hello</mtext>
michael@0 43 </math>
michael@0 44 <math id="Math1" mathvariant="monospace">
michael@0 45 <mtext>Hello</mtext>
michael@0 46 </math>
michael@0 47 <math id="Math2">
michael@0 48 <mtext>Hello</mtext>
michael@0 49 </math>
michael@0 50
michael@0 51 </body>
michael@0 52 </html>

mercurial