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`
46 lines
1016 B
INI
46 lines
1016 B
INI
[is-where-basic.html]
|
|
[:is() matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(#a) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(#a, #f) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(#a, #c) :where(#a #d, #c #f) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[#c > :is(#c > #f) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[#c > :is(#b > #f) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[#a div:is(#d) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(div) > div matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(*) > div matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(*) div matches expected elements]
|
|
expected: FAIL
|
|
|
|
[div > :where(#e, #f) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[div > :where(*) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(*) > :where(*) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(#a + #b) + :is(#c) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:is(#a, #b) + div matches expected elements]
|
|
expected: FAIL
|