Summary

Harness status: OK

Found 64 tests

Details

ResultTest NameMessage
PassA1. document vs ::slotted, document rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A1. document vs ::slotted, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA2. document vs :host, document rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A2. document vs :host, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA3. document vs inline, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A3. document vs inline, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA4. ::slotted vs :host, earlier in tree-of-trees rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A4. ::slotted vs :host, earlier in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA5. ::slotted vs inline, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A5. ::slotted vs inline, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA6. :host vs inline, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A6. :host vs inline, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB1. document with !important vs ::slotted, document rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B1. document with !important vs ::slotted, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB2. document with !important vs :host, document rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B2. document with !important vs :host, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB3. document vs inline with !important, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B3. document vs inline with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB4. ::slotted with !important vs :host, earlier in tree-of-trees rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B4. ::slotted  with !important vs :host, earlier in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB5. ::slotted vs inline with !important, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B5. ::slotted vs inline with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB6. :host vs inline with !important, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B6. :host vs inline with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC1. document vs ::slotted with !important, ::slotted rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C1. document vs ::slotted with !important, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC2. document vs :host with !important, :host rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C2. document vs :host with !important, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC3. document with !important vs inline, document rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C3. document with !important vs inline, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC4. ::slotted vs :host with !important, later in tree-of-trees rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C4. ::slotted vs :host with !important, later in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC5. ::slotted with !important vs inline, ::slotted rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C5. ::slotted with !important vs inline, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC6. :host with !important vs inline, :host rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C6. :host with !important vs inline, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD1. document vs ::slotted both with !important, ::slotted rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D1. document vs ::slotted both with !important, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD2. document vs :host both with !important, :host rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D2. document vs :host both with !important, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD3. document vs inline both with !important, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D3. document vs inline both with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD4. ::slotted vs :host both with !important, later in tree-of-trees rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D4. ::slotted vs :host both with !important, later in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD5. ::slotted vs inline both with !important, ::slotted rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D5. ::slotted vs inline both with !important, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD6. :host vs inline both with !important, :host rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D6. :host vs inline both with !important, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassE1. all style applied, inline rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "E1. all style applied, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassE2. all styles with !important applied, rule in the last tree-of-trees should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "E2. all styles with !important applied, rule in the last tree-of-trees should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA1. document vs ::slotted, document rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A1. document vs ::slotted, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA2. document vs :host, document rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A2. document vs :host, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA3. document vs inline, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A3. document vs inline, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA4. ::slotted vs :host, earlier in tree-of-trees rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A4. ::slotted vs :host, earlier in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA5. ::slotted vs inline, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A5. ::slotted vs inline, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassA6. :host vs inline, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "A6. :host vs inline, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB1. document with !important vs ::slotted, document rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B1. document with !important vs ::slotted, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB2. document with !important vs :host, document rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B2. document with !important vs :host, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB3. document vs inline with !important, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B3. document vs inline with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB4. ::slotted with !important vs :host, earlier in tree-of-trees rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B4. ::slotted  with !important vs :host, earlier in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB5. ::slotted vs inline with !important, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B5. ::slotted vs inline with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassB6. :host vs inline with !important, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "B6. :host vs inline with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC1. document vs ::slotted with !important, ::slotted rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C1. document vs ::slotted with !important, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC2. document vs :host with !important, :host rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C2. document vs :host with !important, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC3. document with !important vs inline, document rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C3. document with !important vs inline, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC4. ::slotted vs :host with !important, later in tree-of-trees rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C4. ::slotted vs :host with !important, later in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC5. ::slotted with !important vs inline, ::slotted rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C5. ::slotted with !important vs inline, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassC6. :host with !important vs inline, :host rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "C6. :host with !important vs inline, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD1. document vs ::slotted both with !important, ::slotted rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D1. document vs ::slotted both with !important, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD2. document vs :host both with !important, :host rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D2. document vs :host both with !important, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD3. document vs inline both with !important, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D3. document vs inline both with !important, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD4. ::slotted vs :host both with !important, later in tree-of-trees rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D4. ::slotted vs :host both with !important, later in tree-of-trees rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD5. ::slotted vs inline both with !important, ::slotted rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D5. ::slotted vs inline both with !important, ::slotted rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassD6. :host vs inline both with !important, :host rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "D6. :host vs inline both with !important, :host rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassE1. all style applied, inline rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "E1. all style applied, inline rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassE2. all styles with !important applied, rule in the last tree-of-trees should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "E2. all styles with !important applied, rule in the last tree-of-trees should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:271:13)
PassF1. document vs others, document (the first rule in tree-of-trees order) rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F1. document vs others, document (the first rule in tree-of-trees order) rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF2. document with !important vs others, document rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F2. document with !important vs others, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF3. document vs ::slotted with !important, important rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F3. document vs ::slotted with !important, important rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF4. document vs ::slotted with !important, important rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F4. document vs ::slotted with !important, important rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF5. document vs :host with !important, important rule should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F5. document vs :host with !important, important rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF6. all rules with !important, the last rule in tree-of-trees should win for open mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F6. all rules with !important, the last rule in tree-of-trees should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF1. document vs others, document (the first rule in tree-of-trees order) rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F1. document vs others, document (the first rule in tree-of-trees order) rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF2. document with !important vs others, document rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F2. document with !important vs others, document rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF3. document vs ::slotted with !important, important rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F3. document vs ::slotted with !important, important rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF4. document vs ::slotted with !important, important rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F4. document vs ::slotted with !important, important rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF5. document vs :host with !important, important rule should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F5. document vs :host with !important, important rule should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)
PassF6. all rules with !important, the last rule in tree-of-trees should win for closed mode.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "F6. all rules with !important, the last rule in tree-of-trees should win")
    at Test.<anonymous> ( /css/css-scoping/shadow-cascade-order-001.html:388:13)