Pass | Verifies that offsetTop and offsetLeft only go up one offsetParent when there are multiple nested offsetParents. | Asserts runPass | 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) |
|