Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passscroll properties for elements with css zoom
Asserts run
Pass
assert_true(true, "no zoom target exists")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:49:11)
Pass
assert_true(true, "zoom target exists")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:50:11)
Passscroll{Width, Height}
Asserts run
Pass
assert_equals(250, 250, "scrollHeight")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:56:11)
Pass
assert_equals(250, 250, "scrollWidth")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:57:11)
Pass
assert_equals(500, 500, "scroll height for zoomed content")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:58:11)
Pass
assert_equals(500, 500, "scroll width for zoomed content")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:59:11)
Pass
assert_equals(250, 250, "scroll height for scroller in zoomed element")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:60:11)
Pass
assert_equals(250, 250, "scroll width for scroller in zoomed element")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:61:11)
Passscroll{Top, Left}
Asserts run
Pass
assert_equals(0, 0, "scrollTop should be 0")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:65:11)
Pass
assert_equals(0, 0, "scrollLeft should be 0")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:66:11)
Pass
assert_equals(0, 0, "scrollTop")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:68:11)
Pass
assert_equals(0, 0, "scrollLeft")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:69:11)
Pass
assert_not_equals(125, 0, "scrollTop should not be 0")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:74:11)
Pass
assert_not_equals(125, 0, "scrollLeft should not be 0")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:75:11)
Pass
assert_equals(125, 125, "scrollTop after scrollTo")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:77:11)
Pass
assert_equals(125, 125, "scrollLeft after scrollTo")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:78:11)
Pass
assert_equals(127, 127, "scrollTop after scrollBy")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:83:11)
Pass
assert_equals(127, 127, "scrollLeft after scrollBy")
    at Test.<anonymous> ( /css/cssom-view/scroll-zoom.html:84:11)