Pass | animation-timing-function should accept "steps(10)" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | animation-timing-function should accept "steps(calc(10))" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | animation-timing-function should accept "steps(calc(10.1))" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | animation-timing-function should accept "steps(calc(1e1))" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | animation-timing-function should accept "steps(calc(1.1e1))" | Asserts runPass | assert_not_equals("steps(11)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | animation-timing-function should not accept "steps(1e1)" | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | animation-timing-function should not accept "steps(1.1e1)" | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | animation-timing-function should not accept "steps(10.1)" | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-increment should accept "foo 10" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-increment should accept "foo calc(10)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-increment should accept "foo calc(10.1)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-increment should accept "foo calc(1e1)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-increment should accept "foo calc(1.1e1)" | Asserts runPass | assert_not_equals("foo 11", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-increment should not accept "foo 1e1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-increment should not accept "foo 1.1e1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-increment should not accept "foo 10.1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-reset should accept "foo 10" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-reset should accept "foo calc(10)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-reset should accept "foo calc(10.1)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-reset should accept "foo calc(1e1)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-reset should accept "foo calc(1.1e1)" | Asserts runPass | assert_not_equals("foo 11", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-reset should not accept "foo 1e1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-reset should not accept "foo 1.1e1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-reset should not accept "foo 10.1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-set should accept "foo 10" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-set should accept "foo calc(10)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-set should accept "foo calc(10.1)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-set should accept "foo calc(1e1)" | Asserts runPass | assert_not_equals("foo 10", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-set should accept "foo calc(1.1e1)" | Asserts runPass | assert_not_equals("foo 11", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | counter-set should not accept "foo 1e1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-set should not accept "foo 1.1e1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | counter-set should not accept "foo 10.1" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | font-feature-settings should accept ""fooo" 10" | Asserts runPass | assert_not_equals("\"fooo\" 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | font-feature-settings should accept ""fooo" calc(10)" | Asserts runPass | assert_not_equals("\"fooo\" 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | font-feature-settings should accept ""fooo" calc(10.1)" | Asserts runPass | assert_not_equals("\"fooo\" 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | font-feature-settings should accept ""fooo" calc(1e1)" | Asserts runPass | assert_not_equals("\"fooo\" 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | font-feature-settings should accept ""fooo" calc(1.1e1)" | Asserts runPass | assert_not_equals("\"fooo\" 11", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | font-feature-settings should not accept ""fooo" 1e1" | Asserts runPass | assert_equals("normal", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | font-feature-settings should not accept ""fooo" 1.1e1" | Asserts runPass | assert_equals("normal", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | font-feature-settings should not accept ""fooo" 10.1" | Asserts runPass | assert_equals("normal", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | grid-row should accept "10" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-row should accept "calc(10)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-row should accept "calc(10.1)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-row should accept "calc(1e1)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-row should accept "calc(1.1e1)" | Asserts runPass | assert_not_equals("11", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-row should not accept "1e1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | grid-row should not accept "1.1e1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | grid-row should not accept "10.1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | grid-template-rows should accept "repeat(10, 10px)" | Asserts runPass | assert_not_equals("repeat(10, 10px)", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-template-rows should accept "repeat(calc(10), 10px)" | Asserts runPass | assert_not_equals("repeat(10, 10px)", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-template-rows should accept "repeat(calc(10.1), 10px)" | Asserts runPass | assert_not_equals("repeat(10, 10px)", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-template-rows should accept "repeat(calc(1e1), 10px)" | Asserts runPass | assert_not_equals("repeat(10, 10px)", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-template-rows should accept "repeat(calc(1.1e1), 10px)" | Asserts runPass | assert_not_equals("repeat(11, 10px)", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | grid-template-rows should not accept "repeat(1e1, 10px)" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | grid-template-rows should not accept "repeat(1.1e1, 10px)" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | grid-template-rows should not accept "repeat(10.1, 10px)" | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | hyphenate-limit-chars should accept "10" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | hyphenate-limit-chars should accept "calc(10)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | hyphenate-limit-chars should accept "calc(10.1)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | hyphenate-limit-chars should accept "calc(1e1)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | hyphenate-limit-chars should accept "calc(1.1e1)" | Asserts runPass | assert_not_equals("11", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | hyphenate-limit-chars should not accept "1e1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | hyphenate-limit-chars should not accept "1.1e1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | hyphenate-limit-chars should not accept "10.1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | initial-letter should accept "1.1 10" | Asserts runPass | assert_not_equals("1.1 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | initial-letter should accept "1.1 calc(10)" | Asserts runPass | assert_not_equals("1.1 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | initial-letter should accept "1.1 calc(10.1)" | Asserts runPass | assert_not_equals("1.1 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | initial-letter should accept "1.1 calc(1e1)" | Asserts runPass | assert_not_equals("1.1 10", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | initial-letter should accept "1.1 calc(1.1e1)" | Asserts runPass | assert_not_equals("1.1 11", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | initial-letter should not accept "1.1 1e1" | Asserts runPass | assert_equals("normal", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | initial-letter should not accept "1.1 1.1e1" | Asserts runPass | assert_equals("normal", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | initial-letter should not accept "1.1 10.1" | Asserts runPass | assert_equals("normal", "normal")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | order should accept "10" | Asserts runPass | assert_not_equals("10", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | order should accept "calc(10)" | Asserts runPass | assert_not_equals("10", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | order should accept "calc(10.1)" | Asserts runPass | assert_not_equals("10", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | order should accept "calc(1e1)" | Asserts runPass | assert_not_equals("10", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | order should accept "calc(1.1e1)" | Asserts runPass | assert_not_equals("11", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | order should not accept "1e1" | Asserts runPass | assert_equals("0", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | order should not accept "1.1e1" | Asserts runPass | assert_equals("0", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | order should not accept "10.1" | Asserts runPass | assert_equals("0", "0")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | orphans should accept "10" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | orphans should accept "calc(10)" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | orphans should accept "calc(10.1)" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | orphans should accept "calc(1e1)" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | orphans should accept "calc(1.1e1)" | Asserts runPass | assert_not_equals("11", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | orphans should not accept "1e1" | Asserts runPass | assert_equals("2", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | orphans should not accept "1.1e1" | Asserts runPass | assert_equals("2", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | orphans should not accept "10.1" | Asserts runPass | assert_equals("2", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | transition-timing-function should accept "steps(10)" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | transition-timing-function should accept "steps(calc(10))" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | transition-timing-function should accept "steps(calc(10.1))" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | transition-timing-function should accept "steps(calc(1e1))" | Asserts runPass | assert_not_equals("steps(10)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | transition-timing-function should accept "steps(calc(1.1e1))" | Asserts runPass | assert_not_equals("steps(11)", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | transition-timing-function should not accept "steps(1e1)" | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | transition-timing-function should not accept "steps(1.1e1)" | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | transition-timing-function should not accept "steps(10.1)" | Asserts runPass | assert_equals("ease", "ease")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | widows should accept "10" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | widows should accept "calc(10)" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | widows should accept "calc(10.1)" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | widows should accept "calc(1e1)" | Asserts runPass | assert_not_equals("10", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | widows should accept "calc(1.1e1)" | Asserts runPass | assert_not_equals("11", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | widows should not accept "1e1" | Asserts runPass | assert_equals("2", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | widows should not accept "1.1e1" | Asserts runPass | assert_equals("2", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | widows should not accept "10.1" | Asserts runPass | assert_equals("2", "2")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | z-index should accept "10" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | z-index should accept "calc(10)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | z-index should accept "calc(10.1)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | z-index should accept "calc(1e1)" | Asserts runPass | assert_not_equals("10", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | z-index should accept "calc(1.1e1)" | Asserts runPass | assert_not_equals("11", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:103:9) |
|
Pass | z-index should not accept "1e1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | z-index should not accept "1.1e1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|
Pass | z-index should not accept "10.1" | Asserts runPass | assert_equals("auto", "auto")
at Test.<anonymous> ( /css/css-values/calc-rounds-to-integer.html:116:9) |
|