scope-style-sharing-001.html.ini (2362B)
1 [scope-style-sharing-001.html] 2 [@scope with sibling style sharing, second sibling exits scope] 3 expected: 4 if (os == "mac") and not debug: [PASS, FAIL] 5 if (os == "android") and not debug: [PASS, FAIL] 6 7 [@scope with sibling style sharing, first sibling matches scope] 8 expected: 9 if (os == "mac") and not debug: [PASS, FAIL] 10 if (os == "android") and not debug: [PASS, FAIL] 11 12 [@scope with sibling style sharing, first sibling enters scope] 13 expected: 14 if (os == "mac") and not debug: [PASS, FAIL] 15 if (os == "android") and not debug: [PASS, FAIL] 16 17 [@scope with sibling style sharing, second sibling enters scope] 18 expected: 19 if (os == "mac") and not debug: [PASS, FAIL] 20 if (os == "android") and not debug: [PASS, FAIL] 21 22 [@scope with sibling style sharing, first sibling has implicit scope] 23 expected: 24 if (os == "mac") and not debug: [PASS, FAIL] 25 if (os == "android") and not debug: [PASS, FAIL] 26 27 [@scope with sibling style sharing, second sibling has implicit scope] 28 expected: 29 if (os == "mac") and not debug: [PASS, FAIL] 30 if (os == "android") and not debug: [PASS, FAIL] 31 32 [@scope with sibling style sharing, second sibling exits implicit scope] 33 expected: 34 if (os == "mac") and not debug: [PASS, FAIL] 35 if (os == "android") and not debug: [PASS, FAIL] 36 37 [@scope with sibling style sharing, first sibling exits implicit scope] 38 expected: 39 if (os == "mac") and not debug: [PASS, FAIL] 40 if (os == "android") and not debug: [PASS, FAIL] 41 42 [@scope with sibling style sharing, first sibling enters scope with :has] 43 expected: 44 if (os == "mac") and not debug: [PASS, FAIL] 45 if (os == "android") and not debug: [PASS, FAIL] 46 47 [@scope with sibling style sharing, second sibling enters scope with :has] 48 expected: 49 if (os == "mac") and not debug: [PASS, FAIL] 50 if (os == "android") and not debug: [PASS, FAIL] 51 52 [@scope with sibling style sharing, first sibling enters scope with ID selector] 53 expected: 54 if (os == "mac") and not debug: [PASS, FAIL] 55 if (os == "android") and not debug: [PASS, FAIL] 56 57 [@scope with sibling style sharing, second sibling enters scope with ID selector] 58 expected: 59 if (os == "mac") and not debug: [PASS, FAIL] 60 if (os == "android") and not debug: [PASS, FAIL]