mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision b'c9f81de4242294a0d694ecd5a63155acfe6bf49a'
This commit is contained in:
parent
8c1703219d
commit
632afc64ae
403 changed files with 7449 additions and 5597 deletions
|
@ -38,6 +38,7 @@
|
|||
test_valid('@scope (.a) to (.b)');
|
||||
test_valid('@scope (.a)to (.b)', '@scope (.a) to (.b)');
|
||||
test_valid('@scope (.a) to (.b:hover, #c, div)');
|
||||
test_valid('@scope');
|
||||
|
||||
// Forgiving behavior:
|
||||
test_valid('@scope (.c <> .d)', '@scope ()');
|
||||
|
@ -46,7 +47,7 @@
|
|||
test_valid('@scope (div::before)', '@scope ()');
|
||||
test_valid('@scope (div::after)', '@scope ()');
|
||||
test_valid('@scope (slotted(div))', '@scope ()');
|
||||
test_valid('@scope (.a) to (div::before)', '@scope (.a) to ()');
|
||||
test_valid('@scope (.a) to (div::before)', '@scope (.a)');
|
||||
|
||||
test_invalid('@scope (.a) unknown (.c)');
|
||||
test_invalid('@scope (.a) to unknown (.c)');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue