trisquel-icecat/icecat/testing/web-platform/meta/css/css-cascade/scope-style-sharing-001.html.ini
2025-10-06 02:35:48 -06:00

60 lines
2.3 KiB
INI

[scope-style-sharing-001.html]
[@scope with sibling 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 sibling style sharing, first sibling matches scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with sibling 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 sibling 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 sibling style sharing, first sibling has implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with sibling style sharing, second sibling has implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with sibling style sharing, second sibling exits implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with sibling style sharing, first sibling exits implicit scope]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with sibling 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 sibling 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 sibling style sharing, first sibling enters scope with ID selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[@scope with sibling style sharing, second sibling enters scope with ID selector]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]