Update web-platform-tests to revision b'c9f81de4242294a0d694ecd5a63155acfe6bf49a'

This commit is contained in:
WPT Sync Bot 2023-02-25 01:48:04 +00:00
parent 8c1703219d
commit 632afc64ae
403 changed files with 7449 additions and 5597 deletions

View file

@ -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)');