layout/reftests/mathml/mathvariant-4-ref.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 <!-- mathvariant on characters that are already in the Mathematical
michael@0 10 AlphanumericSymbols or are exceptions (should not have any
michael@0 11 effect).-->
michael@0 12 <mtext>&#x1d49c;</mtext>
michael@0 13 <mtext>&#x212c;</mtext>
michael@0 14 <!-- mathvariant on characters for which there is no equivalent mathvariant
michael@0 15 form in Unicode (should not have any effect) -->
michael@0 16 <mtext>&#x00e1;</mtext>
michael@0 17 </mrow>
michael@0 18 </math>
michael@0 19
michael@0 20 <p>
michael@0 21
michael@0 22 <math>
michael@0 23 <mrow>
michael@0 24 <!-- mathvariant on multi-char token elements (should apply to all the
michael@0 25 characters) -->
michael@0 26 <mtext>&#x1d670;&#x1d670;&#x1d670;</mtext>
michael@0 27 </mrow>
michael@0 28 </math>
michael@0 29
michael@0 30 <p>
michael@0 31
michael@0 32 <math>
michael@0 33 <mrow>
michael@0 34 <!-- mathvariant on mstyle (should apply to all token element descendants
michael@0 35 like single-char mi, mtext etc) -->
michael@0 36 <mtext mathvariant="sans-serif">cos</mtext>
michael@0 37 <mo>&#x2061;</mo>
michael@0 38 <mi mathvariant="sans-serif">x</mi>
michael@0 39 </mrow>
michael@0 40 </math>
michael@0 41
michael@0 42 <p>
michael@0 43
michael@0 44 <math>
michael@0 45 <mrow>
michael@0 46 <!-- mathvariant on math (should apply to all token element descendants
michael@0 47 like single-char mi, mtext etc) -->
michael@0 48 <mtext mathvariant="sans-serif">cos</mtext>
michael@0 49 <mo>&#x2061;</mo>
michael@0 50 <mi mathvariant="sans-serif">x</mi>
michael@0 51 </mrow>
michael@0 52 </math>
michael@0 53
michael@0 54 </body>
michael@0 55 </html>

mercurial