Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'

This commit is contained in:
WPT Sync Bot 2022-01-20 04:38:55 +00:00 committed by cybai
parent 4401622eb1
commit b77ad115f6
16832 changed files with 270819 additions and 87621 deletions

View file

@ -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",
},
{

View file

@ -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");