layout/reftests/mathml/ssty-4-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 ssty tests</title>
michael@0 5 <!-- See ssty-1-ref.html for an explanation of this font -->
michael@0 6 <style type="text/css" media="screen, print">
michael@0 7 @font-face {
michael@0 8 font-family: "sstyfont";
michael@0 9 src: url("ssty.woff");
michael@0 10 }
michael@0 11 </style>
michael@0 12 </head>
michael@0 13 <body>
michael@0 14
michael@0 15 <math>
michael@0 16 <mstyle style="font-family: 'sstyfont';">
michael@0 17 <mfrac>
michael@0 18 <mo>B</mo>
michael@0 19 <mo>B</mo>
michael@0 20 </mfrac>
michael@0 21 </mstyle>
michael@0 22 </math>
michael@0 23
michael@0 24 <p>
michael@0 25
michael@0 26 <math>
michael@0 27 <mstyle style="font-family: 'sstyfont';">
michael@0 28 <mfrac>
michael@0 29 <mo>B</mo>
michael@0 30 <mo>B</mo>
michael@0 31 </mfrac>
michael@0 32 </mstyle>
michael@0 33 </math>
michael@0 34
michael@0 35 <p>
michael@0 36
michael@0 37 <math>
michael@0 38 <mstyle style="font-family: 'sstyfont';">
michael@0 39 <mfrac>
michael@0 40 <mo>B</mo>
michael@0 41 <!-- deliberately invalid -->
michael@0 42 </mfrac>
michael@0 43 </mstyle>
michael@0 44 </math>
michael@0 45
michael@0 46 <p>
michael@0 47
michael@0 48 <math>
michael@0 49 <mstyle style="font-family: 'sstyfont';">
michael@0 50 <mo>D</mo>
michael@0 51 </mstyle>
michael@0 52 </math>
michael@0 53
michael@0 54 <p>
michael@0 55
michael@0 56 <math>
michael@0 57 <mstyle style="font-family: 'sstyfont';">
michael@0 58 <mfrac>
michael@0 59 <mfrac>
michael@0 60 <mo>A</mo>
michael@0 61 <mo>A</mo>
michael@0 62 </mfrac>
michael@0 63 <mfrac>
michael@0 64 <mo>A</mo>
michael@0 65 <mo>A</mo>
michael@0 66 </mfrac>
michael@0 67 </mfrac>
michael@0 68 </mstyle>
michael@0 69 </math>
michael@0 70
michael@0 71 <p>
michael@0 72
michael@0 73 <math>
michael@0 74 <mstyle style="font-family: 'sstyfont';" scriptsizemultiplier="1.2">
michael@0 75 <mfrac>
michael@0 76 <mfrac>
michael@0 77 <mo>D</mo>
michael@0 78 <mo>D</mo>
michael@0 79 </mfrac>
michael@0 80 <mfrac>
michael@0 81 <mo>D</mo>
michael@0 82 <mo>D</mo>
michael@0 83 </mfrac>
michael@0 84 </mfrac>
michael@0 85 </mstyle>
michael@0 86 </math>
michael@0 87
michael@0 88 <p>
michael@0 89
michael@0 90 <math>
michael@0 91 <mstyle style="font-family: 'sstyfont';" scriptsizemultiplier="0.8">
michael@0 92 <mfrac>
michael@0 93 <mfrac>
michael@0 94 <mo>B</mo>
michael@0 95 <mo>B</mo>
michael@0 96 </mfrac>
michael@0 97 <mfrac>
michael@0 98 <mo>B</mo>
michael@0 99 <mo>B</mo>
michael@0 100 </mfrac>
michael@0 101 </mfrac>
michael@0 102 </mstyle>
michael@0 103 </math>
michael@0 104
michael@0 105 <p>
michael@0 106
michael@0 107 <math>
michael@0 108 <mstyle style="font-family: 'sstyfont';">
michael@0 109 <mfrac>
michael@0 110 <mo>B</mo>
michael@0 111 <mrow>
michael@0 112 <mrow>
michael@0 113 <mrow>
michael@0 114 <mo>B</mo>
michael@0 115 </mrow>
michael@0 116 </mrow>
michael@0 117 </mrow>
michael@0 118 </mfrac>
michael@0 119 </mstyle>
michael@0 120 </math>
michael@0 121
michael@0 122 <p>
michael@0 123
michael@0 124 <math>
michael@0 125 <mstyle style ="font-family: 'sstyfont';">
michael@0 126 <mfrac>
michael@0 127 <mfrac>
michael@0 128 <mo>C</mo>
michael@0 129 <mo>C</mo>
michael@0 130 </mfrac>
michael@0 131 <mfrac>
michael@0 132 <mo>C</mo>
michael@0 133 <mo>C</mo>
michael@0 134 </mfrac>
michael@0 135 </mfrac>
michael@0 136 </mstyle>
michael@0 137 </math>
michael@0 138
michael@0 139 <p>
michael@0 140
michael@0 141 <math>
michael@0 142 <mstyle id="mstyle5" style ="font-family: 'sstyfont'; -moz-font-feature-settings: 'ssty' 0">
michael@0 143 <mfrac>
michael@0 144 <mfrac>
michael@0 145 <mo>D</mo>
michael@0 146 <mo>D</mo>
michael@0 147 </mfrac>
michael@0 148 <mfrac>
michael@0 149 <mo>D</mo>
michael@0 150 <mo>D</mo>
michael@0 151 </mfrac>
michael@0 152 </mfrac>
michael@0 153 </mstyle>
michael@0 154 </math>
michael@0 155 </body>
michael@0 156 </html>

mercurial