-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1585419 [wpt PR 19450] - Add tests for MathML features that we mi…
…ght remove from Core / unship…, a=testonly Automatic update from web-platform-tests Add tests for MathML features that we might remove from Core / unship from browsers (#19450) w3c/mathml#27 w3c/mathml#29 w3c/mathml#2 -- wpt-commits: d9e0e15247ca5269b4e2c9060f38416c2068997b wpt-pr: 19450 UltraBlame original commit: f3f6dad0dad824e643e833dfd3bcc0ebdec1f28e
- Loading branch information
Showing
6 changed files
with
2,372 additions
and
0 deletions.
There are no files selected for viewing
149 changes: 149 additions & 0 deletions
149
...ts/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
< | ||
! | ||
DOCTYPE | ||
html | ||
> | ||
< | ||
html | ||
> | ||
< | ||
head | ||
> | ||
< | ||
meta | ||
charset | ||
= | ||
" | ||
utf | ||
- | ||
8 | ||
" | ||
> | ||
< | ||
title | ||
> | ||
fractions | ||
bevelled | ||
( | ||
reference | ||
) | ||
< | ||
/ | ||
title | ||
> | ||
< | ||
/ | ||
head | ||
> | ||
< | ||
body | ||
> | ||
< | ||
p | ||
> | ||
Test | ||
passes | ||
is | ||
you | ||
see | ||
a | ||
blue | ||
rectangle | ||
< | ||
em | ||
> | ||
above | ||
< | ||
/ | ||
em | ||
> | ||
a | ||
green | ||
rectangle | ||
separated | ||
by | ||
a | ||
horizontal | ||
bar | ||
. | ||
< | ||
/ | ||
p | ||
> | ||
< | ||
p | ||
> | ||
< | ||
math | ||
> | ||
< | ||
mfrac | ||
> | ||
< | ||
mspace | ||
width | ||
= | ||
" | ||
100px | ||
" | ||
height | ||
= | ||
" | ||
30px | ||
" | ||
style | ||
= | ||
" | ||
background | ||
: | ||
lightblue | ||
" | ||
> | ||
< | ||
/ | ||
mspace | ||
> | ||
< | ||
mspace | ||
width | ||
= | ||
" | ||
100px | ||
" | ||
height | ||
= | ||
" | ||
30px | ||
" | ||
style | ||
= | ||
" | ||
background | ||
: | ||
lightgreen | ||
" | ||
> | ||
< | ||
/ | ||
mspace | ||
> | ||
< | ||
/ | ||
mfrac | ||
> | ||
< | ||
/ | ||
math | ||
> | ||
< | ||
/ | ||
p | ||
> | ||
< | ||
/ | ||
body | ||
> | ||
< | ||
/ | ||
html | ||
> |
Oops, something went wrong.