Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
PassDocument position-try-fallbacks matches @position-try in document scope
Asserts run
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:109:5)
PassDocument position-try-fallbacks does not match @position-try in #outer_host scope
Asserts run
Pass
assert_equals(999999, 999999)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:113:5)
PassDocument position-try-fallbacks does not match @position-try in #inner_host scope
Asserts run
Pass
assert_equals(999999, 999999)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:117:5)
PassOuter position-try-fallbacks matches @position-try in document scope
Asserts run
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:124:5)
PassOuter position-try-fallbacks matches @position-try in #outer_host scope
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:128:5)
PassOuter position-try-fallbacks does not match @position-try in #inner_host scope
Asserts run
Pass
assert_equals(999999, 999999)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:132:5)
PassInner position-try-fallbacks matches @position-try in document scope
Asserts run
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:136:5)
PassInner position-try-fallbacks matches @position-try in #outer_host scope
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:140:5)
PassInner position-try-fallbacks matches @position-try in #inner_host scope
Asserts run
Pass
assert_equals(300, 300)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:144:5)
Pass@position-try from same scope as :host rule
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:148:5)
Pass@position-try from same scope as ::slotted() rule
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:152:5)
Pass@position-try from same scope as ::part() rule
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/css-anchor-position/position-try-tree-scoped.html:156:5)