mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'
This commit is contained in:
parent
4401622eb1
commit
b77ad115f6
16832 changed files with 270819 additions and 87621 deletions
|
@ -70,6 +70,24 @@ const interpolationTests = [
|
|||
to: "none",
|
||||
midPoint: "none",
|
||||
},
|
||||
{
|
||||
property: "font-synthesis-small-caps",
|
||||
from: "auto",
|
||||
to: "none",
|
||||
midPoint: "none",
|
||||
},
|
||||
{
|
||||
property: "font-synthesis-style",
|
||||
from: "auto",
|
||||
to: "none",
|
||||
midPoint: "none",
|
||||
},
|
||||
{
|
||||
property: "font-synthesis-weight",
|
||||
from: "auto",
|
||||
to: "none",
|
||||
midPoint: "none",
|
||||
},
|
||||
{
|
||||
property: "font-variant",
|
||||
from: "unicase",
|
||||
|
@ -243,8 +261,8 @@ const interpolationTests = [
|
|||
},
|
||||
{
|
||||
property: "text-emphasis-style",
|
||||
from: "dot",
|
||||
to: "triangle",
|
||||
from: "filled dot",
|
||||
to: "filled triangle",
|
||||
midPoint: "triangle",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -23,6 +23,9 @@ test_pseudo_computed_value("::marker", "font-size-adjust", "1");
|
|||
test_pseudo_computed_value("::marker", "font-stretch", "expanded", ["expanded", "125%"]);
|
||||
test_pseudo_computed_value("::marker", "font-style", "italic");
|
||||
test_pseudo_computed_value("::marker", "font-synthesis", "none");
|
||||
test_pseudo_computed_value("::marker", "font-synthesis-small-caps", "none");
|
||||
test_pseudo_computed_value("::marker", "font-synthesis-style", "none");
|
||||
test_pseudo_computed_value("::marker", "font-synthesis-weight", "none");
|
||||
test_pseudo_computed_value("::marker", "font-variant", "small-caps");
|
||||
test_pseudo_computed_value("::marker", "font-variant-caps", "small-caps");
|
||||
test_pseudo_computed_value("::marker", "font-variant-east-asian", "full-width");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue