The Tor Browser
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
layout/reftests/mathml/mathvariant-1a.html@7e26c7da4463 (annotated)
layout/reftests/mathml/mathvariant-1a.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="normal">ABCDEFGHIJKLMNOPQRSTUVWXYZ</mtext>
michael@0
11
<mtext mathvariant="normal">abcdefghijklmnopqrstuvwxyz</mtext>
michael@0
12
</mrow>
michael@0
13
</math>
michael@0
14
<br>
michael@0
15
<math>
michael@0
16
<mrow>
michael@0
17
<mtext mathvariant="bold">
michael@0
18
ABCDEF
michael@0
19
GHIJKL
michael@0
20
MNOPQR
michael@0
21
STUVWX
michael@0
22
YZ
michael@0
23
abcdef
michael@0
24
ghijkl
michael@0
25
mnopqr
michael@0
26
stuvwx
michael@0
27
yz</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="italic">
michael@0
34
ABCDEF
michael@0
35
GHIJKL
michael@0
36
MNOPQR
michael@0
37
STUVWX
michael@0
38
YZ
michael@0
39
abcdef
michael@0
40
ghijkl
michael@0
41
mnopqr
michael@0
42
stuvwx
michael@0
43
yz</mtext>
michael@0
44
</mrow>
michael@0
45
</math>
michael@0
46
<br>
michael@0
47
<math>
michael@0
48
<mrow>
michael@0
49
<mtext mathvariant="bold-italic">
michael@0
50
ABCDEF
michael@0
51
GHIJKL
michael@0
52
MNOPQR
michael@0
53
STUVWX
michael@0
54
YZ
michael@0
55
abcdef
michael@0
56
ghijkl
michael@0
57
mnopqr
michael@0
58
stuvwx
michael@0
59
yz</mtext>
michael@0
60
</mrow>
michael@0
61
</math>
michael@0
62
<br>
michael@0
63
<math>
michael@0
64
<mrow>
michael@0
65
<mtext mathvariant="script">
michael@0
66
ABCDEF
michael@0
67
GHIJKL
michael@0
68
MNOPQR
michael@0
69
STUVWX
michael@0
70
YZ
michael@0
71
abcdef
michael@0
72
ghijkl
michael@0
73
mnopqr
michael@0
74
stuvwx
michael@0
75
yz</mtext>
michael@0
76
</mrow>
michael@0
77
</math>
michael@0
78
<br>
michael@0
79
<math>
michael@0
80
<mrow>
michael@0
81
<mtext mathvariant="bold-script">
michael@0
82
ABCDEF
michael@0
83
GHIJKL
michael@0
84
MNOPQR
michael@0
85
STUVWX
michael@0
86
YZ
michael@0
87
abcdef
michael@0
88
ghijkl
michael@0
89
mnopqr
michael@0
90
stuvwx
michael@0
91
yz</mtext>
michael@0
92
</mrow>
michael@0
93
</math>
michael@0
94
<br>
michael@0
95
<math>
michael@0
96
<mrow>
michael@0
97
<mtext mathvariant="fraktur">
michael@0
98
ABCDEF
michael@0
99
GHIJKL
michael@0
100
MNOPQR
michael@0
101
STUVWX
michael@0
102
YZ
michael@0
103
abcdef
michael@0
104
ghijkl
michael@0
105
mnopqr
michael@0
106
stuvwx
michael@0
107
yz</mtext>
michael@0
108
</mrow>
michael@0
109
</math>
michael@0
110
<br>
michael@0
111
<math>
michael@0
112
<mrow>
michael@0
113
<mtext mathvariant="double-struck">
michael@0
114
ABCDEF
michael@0
115
GHIJKL
michael@0
116
MNOPQR
michael@0
117
STUVWX
michael@0
118
YZ
michael@0
119
abcdef
michael@0
120
ghijkl
michael@0
121
mnopqr
michael@0
122
stuvwx
michael@0
123
yz</mtext>
michael@0
124
</mrow>
michael@0
125
</math>
michael@0
126
<br>
michael@0
127
<math>
michael@0
128
<mrow>
michael@0
129
<mtext mathvariant="bold-fraktur">
michael@0
130
ABCDEF
michael@0
131
GHIJKL
michael@0
132
MNOPQR
michael@0
133
STUVWX
michael@0
134
YZ
michael@0
135
abcdef
michael@0
136
ghijkl
michael@0
137
mnopqr
michael@0
138
stuvwx
michael@0
139
yz</mtext>
michael@0
140
</mrow>
michael@0
141
</math>
michael@0
142
<br>
michael@0
143
<math>
michael@0
144
<mrow>
michael@0
145
<mtext mathvariant="sans-serif">
michael@0
146
ABCDEF
michael@0
147
GHIJKL
michael@0
148
MNOPQR
michael@0
149
STUVWX
michael@0
150
YZ
michael@0
151
abcdef
michael@0
152
ghijkl
michael@0
153
mnopqr
michael@0
154
stuvwx
michael@0
155
yz</mtext>
michael@0
156
</mrow>
michael@0
157
</math>
michael@0
158
<br>
michael@0
159
<math>
michael@0
160
<mrow>
michael@0
161
<mtext mathvariant="bold-sans-serif">
michael@0
162
ABCDEF
michael@0
163
GHIJKL
michael@0
164
MNOPQR
michael@0
165
STUVWX
michael@0
166
YZ
michael@0
167
abcdef
michael@0
168
ghijkl
michael@0
169
mnopqr
michael@0
170
stuvwx
michael@0
171
yz</mtext>
michael@0
172
</mrow>
michael@0
173
</math>
michael@0
174
<br>
michael@0
175
<math>
michael@0
176
<mrow>
michael@0
177
<mtext mathvariant="sans-serif-italic">
michael@0
178
ABCDEF
michael@0
179
GHIJKL
michael@0
180
MNOPQR
michael@0
181
STUVWX
michael@0
182
YZ
michael@0
183
abcdef
michael@0
184
ghijkl
michael@0
185
mnopqr
michael@0
186
stuvwx
michael@0
187
yz</mtext>
michael@0
188
</mrow>
michael@0
189
</math>
michael@0
190
<br>
michael@0
191
<math>
michael@0
192
<mrow>
michael@0
193
<mtext mathvariant="sans-serif-bold-italic">
michael@0
194
ABCDEF
michael@0
195
GHIJKL
michael@0
196
MNOPQR
michael@0
197
STUVWX
michael@0
198
YZ
michael@0
199
abcdef
michael@0
200
ghijkl
michael@0
201
mnopqr
michael@0
202
stuvwx
michael@0
203
yz</mtext>
michael@0
204
</mrow>
michael@0
205
</math>
michael@0
206
<br>
michael@0
207
<math>
michael@0
208
<mrow>
michael@0
209
<mtext mathvariant="monospace">
michael@0
210
ABCDEF
michael@0
211
GHIJKL
michael@0
212
MNOPQR
michael@0
213
STUVWX
michael@0
214
YZ
michael@0
215
abcdef
michael@0
216
ghijkl
michael@0
217
mnopqr
michael@0
218
stuvwx
michael@0
219
yz</mtext>
michael@0
220
</mrow>
michael@0
221
</math>
michael@0
222
<br>
michael@0
223
</body>
michael@0
224
</html>