Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
PassComputed value for `text-combine-upright: digits calc(0 + 1)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:83:3)
PassComputed value for `text-combine-upright: digits calc(2 + 3)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:87:3)
PassComputed value for `text-combine-upright: digits calc(4 - 3)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:91:3)
PassComputed value for `text-combine-upright: digits calc(10 - 3)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:95:3)
PassComputed value for `text-combine-upright: digits calc(3 * 1.0)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:99:3)
PassComputed value for `text-combine-upright: digits calc(2.0 * 2)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:103:3)
PassComputed value for `text-combine-upright: digits calc(2 / 1.0)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:107:3)
PassComputed value for `text-combine-upright: digits calc(4.0 / 2)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:111:3)
PassComputed value for `text-combine-upright: digits calc(2e0 * 2e+0)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:115:3)
PassComputed value for `text-combine-upright: digits calc(2e2 * 2e-2)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:119:3)
PassComputed value for `text-combine-upright: digits calc(4e+2 / +2e2)` is `none`
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-writing-modes/text-combine-upright-parsing-invalid-002.html:123:3)