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