mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision b'8a99353217938b6f1da31a9a108da3d501cee58b'
This commit is contained in:
parent
62ec0f1ec7
commit
92be0baf34
211 changed files with 5373 additions and 2272 deletions
|
@ -11,6 +11,13 @@
|
|||
function test_valid_value_variants(property, value, serializedValue) {
|
||||
if (!serializedValue) serializedValue = value;
|
||||
test_valid_value(property, value, serializedValue);
|
||||
|
||||
// The '-webkit-' prefixed 'image-set' is expected to serialize to the same
|
||||
// value as standard 'image-set'.
|
||||
// https://drafts.csswg.org/css-images-4/#deprecated
|
||||
// "Implementations must accept -webkit-image-set() as a parse-time alias of
|
||||
// image-set(). (It’s a valid value, with identical arguments to image-set(),
|
||||
// and is turned into image-set() during parsing.)"
|
||||
test_valid_value(property, "-webkit-" + value, serializedValue);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue