Files
servo/tests/wpt/meta-legacy-layout/css/selectors/has-argument-with-explicit-scope.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

40 lines
1.1 KiB
INI

[has-argument-with-explicit-scope.html]
[:has(:scope) matches expected elements on scope1]
expected: FAIL
[:has(:scope .c) matches expected elements on scope1]
expected: FAIL
[:has(.a :scope) matches expected elements on scope1]
expected: FAIL
[.a:has(:scope) .c matches expected elements on scope1]
expected: FAIL
[.a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope1]
expected: FAIL
[.a:has(:scope) .c matches expected elements on scope2]
expected: FAIL
[.a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope2]
expected: FAIL
[.c:has(:is(:scope .d)) matches expected elements on scope1]
expected: FAIL
[.c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope1]
expected: FAIL
[.c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope1]
expected: FAIL
[.c:has(:is(:scope .d)) matches expected elements on scope2]
expected: FAIL
[.c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope2]
expected: FAIL
[.c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope2]
expected: FAIL