Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passsimple scroll with style: 'margin' and 'overflow: scroll'
Asserts run
Pass
assert_equals(100, 100, "changed scrollTop should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:27:9)
Pass
assert_equals(100, 100, "changed scrollLeft should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:28:9)
Passsimple scroll with style: 'margin' and 'overflow: hidden'
Asserts run
Pass
assert_equals(100, 100, "changed scrollTop should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:36:9)
Pass
assert_equals(100, 100, "changed scrollLeft should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:37:9)
Passsimple scroll with style: 'padding' and 'overflow: scroll'
Asserts run
Pass
assert_equals(100, 100, "changed scrollTop should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:45:9)
Pass
assert_equals(100, 100, "changed scrollLeft should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:46:9)
Passsimple scroll with style: 'padding' and 'overflow: hidden'
Asserts run
Pass
assert_equals(100, 100, "changed scrollTop should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:54:9)
Pass
assert_equals(100, 100, "changed scrollLeft should be 100")
    at Test.<anonymous> ( /css/cssom-view/elementScroll-002.html:55:9)