Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassVerifies that offsetTop and offsetLeft only go up one offsetParent when there are multiple nested offsetParents.
Asserts run
Pass
assert_equals(10, 10, "target.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-nested-offsetParents.html:37:3)
Pass
assert_equals(10, 10, "target.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-nested-offsetParents.html:38:3)