Skip to content

Commit

Permalink
Bug 1610245 [wpt PR 21257] - Add tests for baseline, stretchiness and…
Browse files Browse the repository at this point in the history
… spacing in unknown elements., a=testonly

Automatic update from web-platform-tests
Add tests for baseline, stretchiness and spacing in unknown elements. (#21257)

See https://github.com/mathml-refresh/mathml/issues/139

This also fixes wrong mpaddednotation attribute and repeats spacing tests
for other mrow-like elements.
--

wpt-commits: 87646d626a9a84941e790da383f140df6b37279d
wpt-pr: 21257

UltraBlame original commit: 3a5ca745a2b258b0d6682ed347be800d9490885c
  • Loading branch information
marco-c committed Jan 28, 2020
1 parent 7facc78 commit 73758eb
Show file tree
Hide file tree
Showing 3 changed files with 1,213 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@
"
Mpadded
"
"
Unknown
"
]
.
forEach
Expand Down Expand Up @@ -1095,10 +1098,10 @@
>
<
mpadded
notation
lspace
=
"
box
10px
"
>
<
Expand Down Expand Up @@ -1168,6 +1171,78 @@
math
>
<
math
>
<
unknown
>
<
mspace
id
=
"
aboveUnknown
"
width
=
"
10px
"
height
=
"
30px
"
style
=
"
background
:
purple
"
>
<
/
mspace
>
<
mspace
id
=
"
belowUnknown
"
width
=
"
10px
"
depth
=
"
30px
"
style
=
"
background
:
blue
"
>
<
/
mspace
>
<
/
unknown
>
<
/
math
>
<
/
p
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@
"
Mpadded
"
"
Unknown
"
]
.
forEach
Expand Down Expand Up @@ -1052,10 +1055,10 @@
>
<
mpadded
notation
lspace
=
"
box
10px
"
>
<
Expand Down Expand Up @@ -1107,6 +1110,60 @@
math
>
<
math
>
<
unknown
>
<
mo
id
=
"
moUnknown
"
>
&
#
x21A8
;
<
/
mo
>
<
mspace
width
=
"
1px
"
height
=
"
100px
"
style
=
"
background
:
magenta
"
>
<
/
mspace
>
<
/
unknown
>
<
/
math
>
<
/
p
>
Expand Down
Loading

0 comments on commit 73758eb

Please sign in to comment.