Summary

Harness status: OK

Found 112 tests

Details

ResultTest NameMessage
Passanimation-timing-function should accept "steps(10)"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passanimation-timing-function should accept "steps(calc(10))"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passanimation-timing-function should accept "steps(calc(10.1))"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passanimation-timing-function should accept "steps(calc(1e1))"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passanimation-timing-function should accept "steps(calc(1.1e1))"
Asserts run
Pass
assert_not_equals("steps(11)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passanimation-timing-function should not accept "steps(1e1)"
Asserts run
Pass
assert_equals("ease", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passanimation-timing-function should not accept "steps(1.1e1)"
Asserts run
Pass
assert_equals("ease", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passanimation-timing-function should not accept "steps(10.1)"
Asserts run
Pass
assert_equals("ease", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-increment should accept "foo 10"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-increment should accept "foo calc(10)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-increment should accept "foo calc(10.1)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-increment should accept "foo calc(1e1)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-increment should accept "foo calc(1.1e1)"
Asserts run
Pass
assert_not_equals("foo 11", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-increment should not accept "foo 1e1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-increment should not accept "foo 1.1e1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-increment should not accept "foo 10.1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-reset should accept "foo 10"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-reset should accept "foo calc(10)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-reset should accept "foo calc(10.1)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-reset should accept "foo calc(1e1)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-reset should accept "foo calc(1.1e1)"
Asserts run
Pass
assert_not_equals("foo 11", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-reset should not accept "foo 1e1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-reset should not accept "foo 1.1e1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-reset should not accept "foo 10.1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-set should accept "foo 10"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-set should accept "foo calc(10)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-set should accept "foo calc(10.1)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-set should accept "foo calc(1e1)"
Asserts run
Pass
assert_not_equals("foo 10", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-set should accept "foo calc(1.1e1)"
Asserts run
Pass
assert_not_equals("foo 11", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passcounter-set should not accept "foo 1e1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-set should not accept "foo 1.1e1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passcounter-set should not accept "foo 10.1"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passfont-feature-settings should accept ""fooo" 10"
Asserts run
Pass
assert_not_equals("\"fooo\" 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passfont-feature-settings should accept ""fooo" calc(10)"
Asserts run
Pass
assert_not_equals("\"fooo\" 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passfont-feature-settings should accept ""fooo" calc(10.1)"
Asserts run
Pass
assert_not_equals("\"fooo\" 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passfont-feature-settings should accept ""fooo" calc(1e1)"
Asserts run
Pass
assert_not_equals("\"fooo\" 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passfont-feature-settings should accept ""fooo" calc(1.1e1)"
Asserts run
Pass
assert_not_equals("\"fooo\" 11", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passfont-feature-settings should not accept ""fooo" 1e1"
Asserts run
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passfont-feature-settings should not accept ""fooo" 1.1e1"
Asserts run
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passfont-feature-settings should not accept ""fooo" 10.1"
Asserts run
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passgrid-row should accept "10"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-row should accept "calc(10)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-row should accept "calc(10.1)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-row should accept "calc(1e1)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-row should accept "calc(1.1e1)"
Asserts run
Pass
assert_not_equals("11", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-row should not accept "1e1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passgrid-row should not accept "1.1e1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passgrid-row should not accept "10.1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passgrid-template-rows should accept "repeat(10, 10px)"
Asserts run
Pass
assert_not_equals("repeat(10, 10px)", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-template-rows should accept "repeat(calc(10), 10px)"
Asserts run
Pass
assert_not_equals("repeat(10, 10px)", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-template-rows should accept "repeat(calc(10.1), 10px)"
Asserts run
Pass
assert_not_equals("repeat(10, 10px)", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-template-rows should accept "repeat(calc(1e1), 10px)"
Asserts run
Pass
assert_not_equals("repeat(10, 10px)", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-template-rows should accept "repeat(calc(1.1e1), 10px)"
Asserts run
Pass
assert_not_equals("repeat(11, 10px)", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passgrid-template-rows should not accept "repeat(1e1, 10px)"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passgrid-template-rows should not accept "repeat(1.1e1, 10px)"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passgrid-template-rows should not accept "repeat(10.1, 10px)"
Asserts run
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passhyphenate-limit-chars should accept "10"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passhyphenate-limit-chars should accept "calc(10)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passhyphenate-limit-chars should accept "calc(10.1)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passhyphenate-limit-chars should accept "calc(1e1)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passhyphenate-limit-chars should accept "calc(1.1e1)"
Asserts run
Pass
assert_not_equals("11", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passhyphenate-limit-chars should not accept "1e1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passhyphenate-limit-chars should not accept "1.1e1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passhyphenate-limit-chars should not accept "10.1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passinitial-letter should accept "1.1 10"
Asserts run
Pass
assert_not_equals("1.1 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passinitial-letter should accept "1.1 calc(10)"
Asserts run
Pass
assert_not_equals("1.1 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passinitial-letter should accept "1.1 calc(10.1)"
Asserts run
Pass
assert_not_equals("1.1 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passinitial-letter should accept "1.1 calc(1e1)"
Asserts run
Pass
assert_not_equals("1.1 10", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passinitial-letter should accept "1.1 calc(1.1e1)"
Asserts run
Pass
assert_not_equals("1.1 11", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passinitial-letter should not accept "1.1 1e1"
Asserts run
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passinitial-letter should not accept "1.1 1.1e1"
Asserts run
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passinitial-letter should not accept "1.1 10.1"
Asserts run
Pass
assert_equals("normal", "normal")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passorder should accept "10"
Asserts run
Pass
assert_not_equals("10", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorder should accept "calc(10)"
Asserts run
Pass
assert_not_equals("10", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorder should accept "calc(10.1)"
Asserts run
Pass
assert_not_equals("10", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorder should accept "calc(1e1)"
Asserts run
Pass
assert_not_equals("10", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorder should accept "calc(1.1e1)"
Asserts run
Pass
assert_not_equals("11", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorder should not accept "1e1"
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passorder should not accept "1.1e1"
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passorder should not accept "10.1"
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passorphans should accept "10"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorphans should accept "calc(10)"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorphans should accept "calc(10.1)"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorphans should accept "calc(1e1)"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorphans should accept "calc(1.1e1)"
Asserts run
Pass
assert_not_equals("11", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passorphans should not accept "1e1"
Asserts run
Pass
assert_equals("2", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passorphans should not accept "1.1e1"
Asserts run
Pass
assert_equals("2", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passorphans should not accept "10.1"
Asserts run
Pass
assert_equals("2", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passtransition-timing-function should accept "steps(10)"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passtransition-timing-function should accept "steps(calc(10))"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passtransition-timing-function should accept "steps(calc(10.1))"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passtransition-timing-function should accept "steps(calc(1e1))"
Asserts run
Pass
assert_not_equals("steps(10)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passtransition-timing-function should accept "steps(calc(1.1e1))"
Asserts run
Pass
assert_not_equals("steps(11)", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passtransition-timing-function should not accept "steps(1e1)"
Asserts run
Pass
assert_equals("ease", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passtransition-timing-function should not accept "steps(1.1e1)"
Asserts run
Pass
assert_equals("ease", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passtransition-timing-function should not accept "steps(10.1)"
Asserts run
Pass
assert_equals("ease", "ease")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passwidows should accept "10"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passwidows should accept "calc(10)"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passwidows should accept "calc(10.1)"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passwidows should accept "calc(1e1)"
Asserts run
Pass
assert_not_equals("10", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passwidows should accept "calc(1.1e1)"
Asserts run
Pass
assert_not_equals("11", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passwidows should not accept "1e1"
Asserts run
Pass
assert_equals("2", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passwidows should not accept "1.1e1"
Asserts run
Pass
assert_equals("2", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passwidows should not accept "10.1"
Asserts run
Pass
assert_equals("2", "2")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passz-index should accept "10"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passz-index should accept "calc(10)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passz-index should accept "calc(10.1)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passz-index should accept "calc(1e1)"
Asserts run
Pass
assert_not_equals("10", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passz-index should accept "calc(1.1e1)"
Asserts run
Pass
assert_not_equals("11", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9)
Passz-index should not accept "1e1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passz-index should not accept "1.1e1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)
Passz-index should not accept "10.1"
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9)