layout/reftests/mathml/mathvariant-1d.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
michael@0 4 <head>
michael@0 5 <title>Test mathvariant character mappings</title>
michael@0 6 </head>
michael@0 7 <body>
michael@0 8 <math>
michael@0 9 <mrow>
michael@0 10 <mtext mathvariant="double-struck">
michael@0 11 &#x0628;&#x062C;&#x062F;&#x0648;&#x0632;&#x062D;
michael@0 12 &#x0637;&#x064A;&#x0644;&#x0645;&#x0646;&#x0633;
michael@0 13 &#x0639;&#x0641;&#x0635;&#x0642;&#x0631;&#x0634;
michael@0 14 &#x062A;&#x062B;&#x062E;&#x0630;&#x0636;&#x0638;
michael@0 15 &#x063A;
michael@0 16 </mtext>
michael@0 17 </mrow>
michael@0 18 </math>
michael@0 19 <br>
michael@0 20 <math>
michael@0 21 <mrow>
michael@0 22 <mtext mathvariant="initial">
michael@0 23 &#x0628;&#x062C;&#x0647;&#x062D;&#x064A;&#x0643;
michael@0 24 &#x0644;&#x0645;&#x0646;&#x0633;&#x0639;&#x0641;
michael@0 25 &#x0635;&#x0642;&#x0634;&#x062A;&#x062B;&#x062E;
michael@0 26 &#x0636;&#x063A;
michael@0 27 </mtext>
michael@0 28 </mrow>
michael@0 29 </math>
michael@0 30 <br>
michael@0 31 <math>
michael@0 32 <mrow>
michael@0 33 <mtext mathvariant="tailed">
michael@0 34 &#x062C;&#x062D;&#x064A;&#x0644;&#x0646;&#x0633;
michael@0 35 &#x0639;&#x0635;&#x0642;&#x0634;&#x062E;&#x0636;
michael@0 36 &#x063A;&#x06BA;&#x066F;
michael@0 37 </mtext>
michael@0 38 </mrow>
michael@0 39 </math>
michael@0 40 <br>
michael@0 41 <math>
michael@0 42 <mrow>
michael@0 43 <mtext mathvariant="looped">
michael@0 44 &#x0627;&#x0628;&#x062C;&#x062F;&#x0647;&#x0648;
michael@0 45 &#x0632;&#x062D;&#x0637;&#x064A;&#x0644;&#x0645;
michael@0 46 &#x0646;&#x0633;&#x0639;&#x0641;&#x0635;&#x0642;
michael@0 47 &#x0631;&#x0634;&#x062A;&#x062B;&#x062E;&#x0630;
michael@0 48 &#x0636;&#x0638;&#x063A;
michael@0 49 </mtext>
michael@0 50 </mrow>
michael@0 51 </math>
michael@0 52 <br>
michael@0 53 <math>
michael@0 54 <mrow>
michael@0 55 <mtext mathvariant="stretched">
michael@0 56 &#x0628;&#x062C;&#x0647;&#x062D;&#x0637;&#x064A;
michael@0 57 &#x0643;&#x0645;&#x0646;&#x0633;&#x0639;&#x0641;
michael@0 58 &#x0635;&#x0642;&#x0634;&#x062A;&#x062B;&#x062E;
michael@0 59 &#x0636;&#x0638;&#x063A;&#x066E;&#x06A1;
michael@0 60 </mtext>
michael@0 61 </mrow>
michael@0 62 </math>
michael@0 63 </body>
michael@0 64 </html>

mercurial