mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision fa41b43ac93bc2fdc2427a4378dc3754d483cdda
This commit is contained in:
parent
03a47c803c
commit
20d165ac2c
474 changed files with 6971 additions and 1378 deletions
|
@ -31,6 +31,9 @@ test_pseudo_computed_value("::marker", "font-variant-numeric", "slashed-zero");
|
|||
test_pseudo_computed_value("::marker", "font-variant-position", "sub");
|
||||
test_pseudo_computed_value("::marker", "font-weight", "900");
|
||||
|
||||
// ::marker supports `white-space`
|
||||
test_pseudo_computed_value("::marker", "white-space", "nowrap");
|
||||
|
||||
// ::marker supports `color`
|
||||
test_pseudo_computed_value("::marker", "color", "rgb(0, 100, 200)");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue