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
[is-where-not.html]
|
|
[:not(:is(#a)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:where(#b)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:where(:root #c)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(#a, #b)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(#b div)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(#a div, div + div)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(span)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(div)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(*|div)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(*|*)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(*)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(svg|div)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(:not(div))) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(span, b, i)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(span, b, i, div)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(#b ~ div div, * + #c)) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(div > :not(#e))) matches expected elements]
|
|
expected: FAIL
|
|
|
|
[:not(:is(div > :not(:where(#e, #f)))) matches expected elements]
|
|
expected: FAIL
|