mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision b'704eebbe6af5b43643971e96e33a0c979fba2904'
This commit is contained in:
parent
f8e014d0ba
commit
a6bc3e1a73
194 changed files with 13122 additions and 1992 deletions
|
@ -25,7 +25,7 @@
|
|||
["style(--foo: )", "Empty declaration value"],
|
||||
["STyle(--foo)", "Missing declaration value"],
|
||||
["style((--FOO: BAR) or ( prop: val ))", "Unknown CSS property after 'or'"],
|
||||
["(--foo: bar)", "Not a style function with space before '('"]
|
||||
["style (--foo: bar)", "Not a style function with space before '('"]
|
||||
].map((e, i) => [testSheet.sheet.cssRules[i], ...e]);
|
||||
|
||||
tests.forEach((t) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue