Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
Passtesting tab-size: calc(2 * 3)
Asserts run
Pass
assert_equals("6", "6", "calc(2 * 3) should compute to 6")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(2 * -4)
Asserts run
Pass
assert_equals("0", "0", "calc(2 * -4) should compute to 0")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting opacity: calc(2 / 4)
Asserts run
Pass
assert_equals("0.5", "0.5", "calc(2 / 4) should compute to 0.5")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(2 / 4)
Asserts run
Pass
assert_equals("0.5", "0.5", "calc(2 / 4) should compute to 0.5")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting opacity: calc(2 / 4) * 1px
Asserts run
Pass
assert_equals("0.9", "0.9", "calc(2 / 4) * 1px should compute to 0.9")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting opacity: calc(90%)
Asserts run
Pass
assert_equals("0.9", "0.9", "calc(90%) should compute to 0.9")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(1 + 1px)
Asserts run
Pass
assert_equals("12345", "12345", "calc(1 + 1px) should compute to 12345")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(1 + 100%)
Asserts run
Pass
assert_equals("12345", "12345", "calc(1 + 100%) should compute to 12345")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(100%)
Asserts run
Pass
assert_equals("12345", "12345", "calc(100%) should compute to 12345")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(10px) bla
Asserts run
Pass
assert_equals("12345", "12345", "calc(10px) bla should compute to 12345")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(bla) 10px
Asserts run
Pass
assert_equals("12345", "12345", "calc(bla) 10px should compute to 12345")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)
Passtesting tab-size: calc(10px)
Asserts run
Pass
assert_equals("10px", "10px", "calc(10px) should compute to 10px")
    at Test.<anonymous> ( /css/css-values/calc-numbers.html:54:7)