layout/reftests/mathml/mathvariant-4.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 <!doctype html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>More mathvariant tests</title>
michael@0 5 </head>
michael@0 6 <body>
michael@0 7 <math>
michael@0 8 <mrow>
michael@0 9 <mtext mathvariant="fraktur">&#x1d49c;</mtext>
michael@0 10 <mtext mathvariant="fraktur">&#x212c;</mtext>
michael@0 11 <mtext mathvariant="fraktur">&#x00e1;</mtext>
michael@0 12 </mrow>
michael@0 13 </math>
michael@0 14
michael@0 15 <p>
michael@0 16
michael@0 17 <math>
michael@0 18 <mrow>
michael@0 19 <mtext mathvariant="monospace">AAA</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 <mstyle mathvariant="sans-serif">
michael@0 27 <mrow>
michael@0 28 <mtext>cos</mtext>
michael@0 29 <mo>&#x2061;</mo>
michael@0 30 <mi>x</mi>
michael@0 31 </mrow>
michael@0 32 </mstyle>
michael@0 33 </math>
michael@0 34
michael@0 35 <p>
michael@0 36
michael@0 37 <math mathvariant="sans-serif">
michael@0 38 <mrow>
michael@0 39 <mtext>cos</mtext>
michael@0 40 <mo>&#x2061;</mo>
michael@0 41 <mi>x</mi>
michael@0 42 </mrow>
michael@0 43 </math>
michael@0 44
michael@0 45 </body>
michael@0 46 </html>

mercurial