mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +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`
55 lines
1.3 KiB
INI
55 lines
1.3 KiB
INI
[has-basic.html]
|
|
[:has(#a) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(.ancestor) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(.target) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(.descendant) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[.parent:has(.target) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(.sibling ~ .target) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[.parent:has(.sibling ~ .target) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(:is(.target ~ .sibling .descendant)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[.parent:has(:is(.target ~ .sibling .descendant)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[.sibling:has(.descendant) ~ .target matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(> .parent) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(> .target) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(> .parent, > .target) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:has(+ #h) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[.parent:has(~ #h) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[.sibling:has(.descendant) matches expected element]
|
|
expected: FAIL
|
|
|
|
[closest(.ancestor:has(.descendant)) returns expected element]
|
|
expected: FAIL
|
|
|
|
[:has(.target ~ .sibling .descendant) matches expectedly]
|
|
expected: FAIL
|