Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passbefore reaching the sticking point the sticky box should not be offset
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-position/sticky/position-sticky-bottom.html:19:3)
Passafter reaching the sticking point the sticky box should be offset
Asserts run
Pass
assert_equals(175, 175)
    at Test.<anonymous> ( /css/css-position/sticky/position-sticky-bottom.html:33:3)
Passthe sticky box should not be pushed outside its containing block
Asserts run
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-position/sticky/position-sticky-bottom.html:39:3)