mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 9a28e2c8d072c358bd94b97bc8bff6db8388b6b1
This commit is contained in:
parent
0ce3ad5a4b
commit
1ad22043ab
248 changed files with 3973 additions and 1742 deletions
|
@ -158,6 +158,14 @@ const interpolationTests = [
|
|||
midPoint: "\"bar\"",
|
||||
},
|
||||
|
||||
// ::marker supports `text-transform`
|
||||
{
|
||||
property: "text-transform",
|
||||
from: "lowercase",
|
||||
to: "uppercase",
|
||||
midPoint: "uppercase",
|
||||
},
|
||||
|
||||
// ::marker does NOT support layout properties
|
||||
{
|
||||
property: "display",
|
||||
|
|
|
@ -63,6 +63,9 @@ test_pseudo_computed_value("::marker", "transition-duration", "2s");
|
|||
test_pseudo_computed_value("::marker", "transition-property", "display");
|
||||
test_pseudo_computed_value("::marker", "transition-timing-function", "linear");
|
||||
|
||||
// ::marker supports `text-transform`
|
||||
test_pseudo_computed_value("::marker", "text-transform", "uppercase");
|
||||
|
||||
// ::marker does NOT support layout properties
|
||||
test_pseudo_computed_value("::marker", "display", "none", ["block", "inline", "inline-block"]);
|
||||
test_pseudo_computed_value("::marker", "position", "absolute", "static");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue