Test

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassComputed value of position:sticky on THEAD
Asserts run
Pass
assert_equals("sticky", "sticky")
    at Test.<anonymous> ( /css/css-tables/table-position-sticky-computed.html:28:7)
PassComputed value of position:sticky on TBODY
Asserts run
Pass
assert_equals("sticky", "sticky")
    at Test.<anonymous> ( /css/css-tables/table-position-sticky-computed.html:28:7)
PassComputed value of position:sticky on TR
Asserts run
Pass
assert_equals("sticky", "sticky")
    at Test.<anonymous> ( /css/css-tables/table-position-sticky-computed.html:28:7)
PassComputed value of position:sticky on TD
Asserts run
Pass
assert_equals("sticky", "sticky")
    at Test.<anonymous> ( /css/css-tables/table-position-sticky-computed.html:28:7)
PassComputed value of position:sticky on TFOOT
Asserts run
Pass
assert_equals("sticky", "sticky")
    at Test.<anonymous> ( /css/css-tables/table-position-sticky-computed.html:28:7)