mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update web-platform-tests to revision b'afdce893ed51bc1a7a7ac03b16b5a575caad071a'
This commit is contained in:
parent
a8da28e55d
commit
3b420af385
393 changed files with 17484 additions and 4185 deletions
|
@ -39,6 +39,11 @@
|
|||
test_valid('@scope (.a)to (.b)', '@scope (.a) to (.b)');
|
||||
test_valid('@scope (.a) to (.b:hover, #c, div)');
|
||||
test_valid('@scope');
|
||||
test_valid('@scope (.a) to (&)');
|
||||
test_valid('@scope (.a) to (& > &)');
|
||||
test_valid('@scope (.a) to (> .b)');
|
||||
test_valid('@scope (.a) to (+ .b)');
|
||||
test_valid('@scope (.a) to (~ .b)');
|
||||
|
||||
// Forgiving behavior:
|
||||
test_valid('@scope (.c <> .d)', '@scope ()');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue