Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f404605

Browse files
committedOct 4, 2019
Bug 1570249 [wpt PR 18194] - Make test for mfrac alignment attributes check that they are ignored., a=testonly
Automatic update from web-platform-tests Make test for mfrac alignment attributes check that they are ignored. (#18194) These attributes have been removed from MathML core: w3c/mathml#30 -- wpt-commits: cfada7e6cb379699fa94c7ed8fcb97082327e10c wpt-pr: 18194 UltraBlame original commit: ce2d86bc95cf8cae54be032d9aa984ac6a613b1f
1 parent cf25a5a commit f404605

File tree

2 files changed

+89
-79
lines changed

2 files changed

+89
-79
lines changed
 

‎testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001-ref.html

+78-39
Original file line numberDiff line numberDiff line change
@@ -45,43 +45,14 @@
4545
if
4646
you
4747
see
48-
3
48+
6
4949
fractions
5050
with
51-
a
52-
numerator
53-
respectively
54-
aligned
55-
left
56-
/
57-
center
58-
/
59-
right
60-
with
61-
respect
62-
to
63-
the
64-
denominator
65-
;
66-
followed
67-
by
68-
3
69-
fractions
70-
with
71-
a
72-
denominator
73-
respectively
74-
aligned
75-
left
76-
/
77-
center
78-
/
79-
right
80-
with
81-
respect
82-
to
83-
the
84-
numerator
51+
numerators
52+
and
53+
denominators
54+
horizontally
55+
centered
8556
.
8657
<
8758
/
@@ -111,6 +82,23 @@
11182
"
11283
20px
11384
"
85+
>
86+
<
87+
/
88+
mspace
89+
>
90+
<
91+
mspace
92+
width
93+
=
94+
"
95+
10px
96+
"
97+
height
98+
=
99+
"
100+
20px
101+
"
114102
style
115103
=
116104
"
@@ -129,7 +117,7 @@
129117
width
130118
=
131119
"
132-
20px
120+
10px
133121
"
134122
height
135123
=
@@ -297,7 +285,7 @@
297285
width
298286
=
299287
"
300-
20px
288+
10px
301289
"
302290
height
303291
=
@@ -335,6 +323,23 @@
335323
mspace
336324
>
337325
<
326+
mspace
327+
width
328+
=
329+
"
330+
10px
331+
"
332+
height
333+
=
334+
"
335+
20px
336+
"
337+
>
338+
<
339+
/
340+
mspace
341+
>
342+
<
338343
/
339344
mrow
340345
>
@@ -424,6 +429,23 @@
424429
"
425430
20px
426431
"
432+
>
433+
<
434+
/
435+
mspace
436+
>
437+
<
438+
mspace
439+
width
440+
=
441+
"
442+
10px
443+
"
444+
height
445+
=
446+
"
447+
20px
448+
"
427449
style
428450
=
429451
"
@@ -442,7 +464,7 @@
442464
width
443465
=
444466
"
445-
20px
467+
10px
446468
"
447469
height
448470
=
@@ -610,7 +632,7 @@
610632
width
611633
=
612634
"
613-
20px
635+
10px
614636
"
615637
height
616638
=
@@ -648,6 +670,23 @@
648670
mspace
649671
>
650672
<
673+
mspace
674+
width
675+
=
676+
"
677+
10px
678+
"
679+
height
680+
=
681+
"
682+
20px
683+
"
684+
>
685+
<
686+
/
687+
mspace
688+
>
689+
<
651690
/
652691
mrow
653692
>

‎testing/web-platform/tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001.html

+11-40
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
content
7272
=
7373
"
74-
This
75-
fraction
76-
alignment
77-
with
78-
the
74+
Check
75+
that
76+
legacy
7977
numalign
8078
/
8179
denomalign
8280
attributes
81+
are
82+
ignored
8383
.
8484
"
8585
>
@@ -122,43 +122,14 @@
122122
if
123123
you
124124
see
125-
3
125+
6
126126
fractions
127127
with
128-
a
129-
numerator
130-
respectively
131-
aligned
132-
left
133-
/
134-
center
135-
/
136-
right
137-
with
138-
respect
139-
to
140-
the
141-
denominator
142-
;
143-
followed
144-
by
145-
3
146-
fractions
147-
with
148-
a
149-
denominator
150-
respectively
151-
aligned
152-
left
153-
/
154-
center
155-
/
156-
right
157-
with
158-
respect
159-
to
160-
the
161-
numerator
128+
numerators
129+
and
130+
denominators
131+
horizontally
132+
centered
162133
.
163134
<
164135
/

0 commit comments

Comments
 (0)
Please sign in to comment.