mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
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`
40 lines
1.1 KiB
INI
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
|