layout/reftests/mathml/ssty-2-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 <head>
michael@0 3 <!-- See ssty-1-ref.html for an explanation of this font -->
michael@0 4 <style type="text/css" media="screen, print">
michael@0 5 @font-face {
michael@0 6 font-family: "sstyfont";
michael@0 7 src: url("ssty.woff");
michael@0 8 }
michael@0 9 </style>
michael@0 10 </head>
michael@0 11 <body>
michael@0 12 <!-- Test whether the ssty font feature setting is used appropriately for
michael@0 13 mroot, mfrac, munderover et al.
michael@0 14 Assumes NS_MATHML_DEFAULT_SCRIPT_SIZE_MULTIPLIER is 0.71-->
michael@0 15 <math>
michael@0 16 <mstyle style="font-family: 'sstyfont';">
michael@0 17 <mroot>
michael@0 18 <mo>D</mo>
michael@0 19 <mo>C</mo>
michael@0 20 </mroot>
michael@0 21
michael@0 22 <mfrac>
michael@0 23 <mo>B</mo>
michael@0 24 <mo>B</mo>
michael@0 25 </mfrac>
michael@0 26
michael@0 27 <mfrac>
michael@0 28 <mfrac>
michael@0 29 <mo>C</mo>
michael@0 30 <mo>C</mo>
michael@0 31 </mfrac>
michael@0 32 <mfrac>
michael@0 33 <mo>C</mo>
michael@0 34 <mo>C</mo>
michael@0 35 </mfrac>
michael@0 36 </mfrac>
michael@0 37
michael@0 38 <mfrac>
michael@0 39 <mroot>
michael@0 40 <mo>B</mo>
michael@0 41 <mo>C</mo>
michael@0 42 </mroot>
michael@0 43 <mo>B</mo>
michael@0 44 </mfrac>
michael@0 45
michael@0 46 <mover>
michael@0 47 <mo>D</mo>
michael@0 48 <mover>
michael@0 49 <mo>B</mo>
michael@0 50 <mo>C</mo>
michael@0 51 </mover>
michael@0 52 </mover>
michael@0 53
michael@0 54 <munder>
michael@0 55 <mo>D</mo>
michael@0 56 <munder>
michael@0 57 <mo>B</mo>
michael@0 58 <mo>C</mo>
michael@0 59 </munder>
michael@0 60 </munder>
michael@0 61
michael@0 62 <munderover>
michael@0 63 <mo>D</mo>
michael@0 64 <munderover>
michael@0 65 <mo>B</mo>
michael@0 66 <mo>C</mo>
michael@0 67 <mo>C</mo>
michael@0 68 </munderover>
michael@0 69 <munderover>
michael@0 70 <mo>B</mo>
michael@0 71 <mo>C</mo>
michael@0 72 <mo>C</mo>
michael@0 73 </munderover>
michael@0 74 </munderover>
michael@0 75
michael@0 76 </mstyle>
michael@0 77 </math>
michael@0 78
michael@0 79 <p>
michael@0 80 <!-- ssty font feature not set on mfrac et al when displaystyle is
michael@0 81 set (still allowed on mroot, mover et al.)-->
michael@0 82 <math>
michael@0 83 <mstyle style="font-family: 'sstyfont';" displaystyle="true">
michael@0 84 <mroot>
michael@0 85 <mo>D</mo>
michael@0 86 <mo>C</mo>
michael@0 87 </mroot>
michael@0 88
michael@0 89 <mfrac>
michael@0 90 <mo>D</mo>
michael@0 91 <mo>D</mo>
michael@0 92 </mfrac>
michael@0 93
michael@0 94 <mfrac>
michael@0 95 <mfrac>
michael@0 96 <!-- ssty gets set as script level incremented because displaystyle
michael@0 97 is now false -->
michael@0 98 <mo>B</mo>
michael@0 99 <mo>B</mo>
michael@0 100 </mfrac>
michael@0 101 <mfrac>
michael@0 102 <mo>B</mo>
michael@0 103 <mo>B</mo>
michael@0 104 </mfrac>
michael@0 105 </mfrac>
michael@0 106
michael@0 107 <mfrac>
michael@0 108 <mroot>
michael@0 109 <mo>D</mo>
michael@0 110 <mo>C</mo>
michael@0 111 </mroot>
michael@0 112 <mo>D</mo>
michael@0 113 </mfrac>
michael@0 114
michael@0 115 <mover>
michael@0 116 <mo>D</mo>
michael@0 117 <mover>
michael@0 118 <mo>B</mo>
michael@0 119 <mo>C</mo>
michael@0 120 </mover>
michael@0 121 </mover>
michael@0 122
michael@0 123 <munder>
michael@0 124 <mo>D</mo>
michael@0 125 <munder>
michael@0 126 <mo>B</mo>
michael@0 127 <mo>C</mo>
michael@0 128 </munder>
michael@0 129 </munder>
michael@0 130
michael@0 131 <munderover>
michael@0 132 <mo>D</mo>
michael@0 133 <munderover>
michael@0 134 <mo>B</mo>
michael@0 135 <mo>C</mo>
michael@0 136 <mo>C</mo>
michael@0 137 </munderover>
michael@0 138 <munderover>
michael@0 139 <mo>B</mo>
michael@0 140 <mo>C</mo>
michael@0 141 <mo>C</mo>
michael@0 142 </munderover>
michael@0 143 </munderover>
michael@0 144 </mstyle>
michael@0 145 </math>
michael@0 146
michael@0 147 <p>
michael@0 148
michael@0 149 <math>
michael@0 150 <!-- scriptlevel is not incremented when accent for overframes and
michael@0 151 accentunder for underframes are true, so there shouldn't be a
michael@0 152 change in the ssty value -->
michael@0 153 <mstyle style="font-family: 'sstyfont';">
michael@0 154 <mover accent="true">
michael@0 155 <mo>D</mo>
michael@0 156 <mover accent="true">
michael@0 157 <mo>D</mo>
michael@0 158 <mo>D</mo>
michael@0 159 </mover>
michael@0 160 </mover>
michael@0 161
michael@0 162 <munder accentunder="true">
michael@0 163 <mo>D</mo>
michael@0 164 <munder accentunder="true">
michael@0 165 <mo>D</mo>
michael@0 166 <mo>D</mo>
michael@0 167 </munder>
michael@0 168 </munder>
michael@0 169
michael@0 170 <munderover accentunder="true" accent="true">
michael@0 171 <mo>D</mo>
michael@0 172 <munderover accentunder="true" accent="true">
michael@0 173 <mo>D</mo>
michael@0 174 <mo>D</mo>
michael@0 175 <mo>D</mo>
michael@0 176 </munderover>
michael@0 177 <munderover accentunder="true" accent="true">
michael@0 178 <mo>D</mo>
michael@0 179 <mo>D</mo>
michael@0 180 <mo>D</mo>
michael@0 181 </munderover>
michael@0 182 </munderover>
michael@0 183
michael@0 184 <mover accent="true">
michael@0 185 <mo>D</mo>
michael@0 186 <mover accent="false">
michael@0 187 <mo>D</mo>
michael@0 188 <mo>B</mo>
michael@0 189 </mover>
michael@0 190 </mover>
michael@0 191
michael@0 192 <munder accentunder="true">
michael@0 193 <mo>D</mo>
michael@0 194 <munder accentunder="false">
michael@0 195 <mo>D</mo>
michael@0 196 <mo>B</mo>
michael@0 197 </munder>
michael@0 198 </munder>
michael@0 199
michael@0 200 <munderover accentunder="true" accent="true">
michael@0 201 <mo>D</mo>
michael@0 202 <munderover accentunder="false" accent="false">
michael@0 203 <mo>D</mo>
michael@0 204 <mo>B</mo>
michael@0 205 <mo>B</mo>
michael@0 206 </munderover>
michael@0 207 <munderover accentunder="false" accent="false">
michael@0 208 <mo>D</mo>
michael@0 209 <mo>B</mo>
michael@0 210 <mo>B</mo>
michael@0 211 </munderover>
michael@0 212 </munderover>
michael@0 213
michael@0 214 <mover accentunder="false" accent="false">
michael@0 215 <mo>D</mo>
michael@0 216 <mover accentunder="true" accent="true">
michael@0 217 <mo>B</mo>
michael@0 218 <mo>B</mo>
michael@0 219 </mover>
michael@0 220 </mover>
michael@0 221
michael@0 222 <munder accentunder="false" accent="false">
michael@0 223 <mo>D</mo>
michael@0 224 <munder accentunder="true" accent="true">
michael@0 225 <mo>B</mo>
michael@0 226 <mo>B</mo>
michael@0 227 </munder>
michael@0 228 </munder>
michael@0 229
michael@0 230 <munderover accentunder="false" accent="false">
michael@0 231 <mo>D</mo>
michael@0 232 <munderover accentunder="true" accent="true">
michael@0 233 <mo>B</mo>
michael@0 234 <mo>B</mo>
michael@0 235 <mo>B</mo>
michael@0 236 </munderover>
michael@0 237 <munderover accentunder="true" accent="true">
michael@0 238 <mo>B</mo>
michael@0 239 <mo>B</mo>
michael@0 240 <mo>B</mo>
michael@0 241 </munderover>
michael@0 242 </munderover>
michael@0 243
michael@0 244 <munderover accentunder="false" accent="true">
michael@0 245 <mo>D</mo>
michael@0 246 <munderover accentunder="false" accent="true">
michael@0 247 <mo>B</mo>
michael@0 248 <mo>C</mo>
michael@0 249 <mo>B</mo>
michael@0 250 </munderover>
michael@0 251 <munderover accentunder="false" accent="true">
michael@0 252 <mo>D</mo>
michael@0 253 <mo>B</mo>
michael@0 254 <mo>D</mo>
michael@0 255 </munderover>
michael@0 256 </munderover>
michael@0 257
michael@0 258 <munderover accentunder="true" accent="false">
michael@0 259 <mo>D</mo>
michael@0 260 <munderover accentunder="true" accent="false">
michael@0 261 <mo>D</mo>
michael@0 262 <mo>D</mo>
michael@0 263 <mo>B</mo>
michael@0 264 </munderover>
michael@0 265 <munderover accentunder="true" accent="false">
michael@0 266 <mo>B</mo>
michael@0 267 <mo>B</mo>
michael@0 268 <mo>C</mo>
michael@0 269 </munderover>
michael@0 270 </munderover>
michael@0 271
michael@0 272 </mstyle>
michael@0 273 </math>
michael@0 274
michael@0 275 </body>

mercurial