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