Source code
Revision control
Copy as Markdown
Other Tools
[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]