Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassSingle value overflow with CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("overflow: inherit;", "overflow: inherit;")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:21:9)
PassSingle value overflow with non-CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("overflow: hidden;", "overflow: hidden;")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:24:9)
PassOverflow-x/y longhands with same CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("overflow: initial;", "overflow: initial;")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:27:9)
PassOverflow-x/y longhands with same non-CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("overflow: scroll;", "overflow: scroll;")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:30:9)
PassOverflow-x/y longhands with different keywords should serialize correctly.
Asserts run
Pass
assert_equals("overflow: scroll hidden;", "overflow: scroll hidden;")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:33:9)
PassSingle value overflow on element with CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("inherit", "inherit")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:37:9)
PassSingle value overflow on element with non-CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("hidden", "hidden")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:41:9)
PassOverflow-x/y longhands on element with same CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("initial", "initial")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:47:9)
PassOverflow-x/y longhands on element with same non-CSS-wide keyword should serialize correctly.
Asserts run
Pass
assert_equals("scroll", "scroll")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:52:9)
PassOverflow-x/y longhands on element with different keywords should serialize correctly.
Asserts run
Pass
assert_equals("scroll hidden", "scroll hidden")
    at Test.<anonymous> ( /css/cssom/overflow-serialization.html:57:9)