Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassLogical overscroll-behavior maps correctly when element has horizontal-tb writing mode
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-overscroll-behavior/overscroll-behavior-logical.html:34:3)
Pass
assert_equals("contain", "contain")
    at Test.<anonymous> ( /css/css-overscroll-behavior/overscroll-behavior-logical.html:35:3)
PassLogical overscroll-behavior maps correctly when element has vertical-rl writing mode
Asserts run
Pass
assert_equals("contain", "contain")
    at Test.<anonymous> ( /css/css-overscroll-behavior/overscroll-behavior-logical.html:40:3)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-overscroll-behavior/overscroll-behavior-logical.html:41:3)
PassLogical overscroll-behavior maps correctly when element has horizontal-tb writing mode and is not affected by rtl direction
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-overscroll-behavior/overscroll-behavior-logical.html:46:3)
Pass
assert_equals("contain", "contain")
    at Test.<anonymous> ( /css/css-overscroll-behavior/overscroll-behavior-logical.html:47:3)