Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassComputed value for `text-combine-upright: none` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:67:3)
PassComputed value for `text-combine-upright: all` is `all`
Asserts run
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:71:3)
PassComputed value for `text-combine-upright: initial` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:76:3)
PassComputed value for `text-combine-upright: inherit` is `all` which is inherited from the parent element
Asserts run
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:81:3)
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:82:3)
PassComputed value for `text-combine-upright: unset` is `all` which is inherited from the parent element
Asserts run
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:86:3)
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:87:3)