Pass | Computed value for `text-combine-upright: none` is `none` | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:67:3) |
|
Pass | Computed value for `text-combine-upright: all` is `all` | Asserts runPass | assert_equals("all", "all")
at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:71:3) |
|
Pass | Computed value for `text-combine-upright: initial` is `none` | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-valid-001.html:76:3) |
|
Pass | Computed value for `text-combine-upright: inherit` is `all` which is inherited from the parent element | Asserts runPass | 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) |
|
Pass | Computed value for `text-combine-upright: unset` is `all` which is inherited from the parent element | Asserts runPass | 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) |
|