1
0
Fork 0
firefox/testing/web-platform/meta/css/css-cascade/scope-style-sharing-002.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

60 lines
2.3 KiB
INI

[scope-style-sharing-002.html]
[@scope with cousin style sharing, second sibling exits scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, first sibling exits scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, first sibling enters scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, second sibling enters scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, second sibling parent does not have implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, first sibling parent does not have implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, second sibling does not have implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, first sibling does not have implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, first sibling enters scope with :has]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, second sibling enters scope with :has]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, first sibling enters scope ID selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with cousin style sharing, second sibling enters scope ID selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]