"

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassVerifies that offsetTop and offsetLeft find the right OffsetParent and return values excluding the target zoom
Asserts run
Pass
assert_equals(11, 11, "unzoomed_one.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:76:3)
Pass
assert_equals(11, 11, "unzoomed_one.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:77:3)
Pass
assert_equals(21, 21, "unzoomed_two.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:78:3)
Pass
assert_equals(21, 21, "unzoomed_two.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:79:3)
Pass
assert_equals(11, 11, "unzoomed_three.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:80:3)
Pass
assert_equals(51, 51, "unzoomed_three.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:81:3)
Pass
assert_equals(11, 11, "zoomed_one.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:82:3)
Pass
assert_equals(11, 11, "zoomed_one.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:83:3)
Pass
assert_equals(21, 21, "zoomed_two.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:84:3)
Pass
assert_equals(21, 21, "zoomed_two.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:85:3)
Pass
assert_equals(11, 11, "zoomed_three.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:86:3)
Pass
assert_equals(51, 51, "zoomed_three.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:87:3)
Pass
assert_equals(10, 10, "unzoomed_inner.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:88:3)
Pass
assert_equals(11, 11, "unzoomed_inner.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:89:3)
Pass
assert_equals(0, 0, "zoomed_inner.offsetTop")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:90:3)
Pass
assert_equals(1, 1, "zoomed_inner.offsetLeft")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:91:3)
Passcheck that offset is equal between elements when one of them has css zoom
Asserts run
Pass
assert_equals(10, 10, "offsetWidth")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:95:3)
Pass
assert_equals(10, 10, "offsetHeight")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:96:3)
Pass
assert_equals(102, 102, "offsetWidth for nested element")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:97:3)
Pass
assert_equals(102, 102, "offsetHeight for nested element")
    at Test.<anonymous> ( /css/cssom-view/offsetTop-offsetLeft-with-zoom.html:98:3)