Index: LayoutTests/css3/calc/calc-errors-expected.txt |
diff --git a/LayoutTests/css3/calc/calc-errors-expected.txt b/LayoutTests/css3/calc/calc-errors-expected.txt |
index d67b529d7cd532357caf20dfa06a08beae7a7a24..2e36668b5d7d9cd2ebed110239efc780351ce11f 100644 |
--- a/LayoutTests/css3/calc/calc-errors-expected.txt |
+++ b/LayoutTests/css3/calc/calc-errors-expected.txt |
@@ -1,56 +1,128 @@ |
-All boxes below should be 100px * 100px and green. |
+unclosed calc |
+unclosed calc with garbage |
+garbage |
+garbage |
+dpi |
+dpi / number |
+dpi + dpi |
+fr |
+zero division |
+mod10 |
+1mod |
+70px+40px no whitespace around + |
+70px +40px no whitespace on right of + |
+70px+ 40px no whitespace on left of + |
+70px+-40px no whitespace around + |
+70px-40px no whitespace around - |
+70px -40px no whitespace on right of - |
+70px- 40px no whitespace on left of - |
+70px-+40px no whitespace around - |
+too many nests |
+end with operator |
+start with operator |
+no expressions |
+too many pluses |
+no binary operator |
+two binary operators |
+invalid operator '@' |
+invalid operator 'flim' |
+invalid operator '@' |
+invalid operator 'flim' |
+invalid operator 'flim' with parens |
+non length |
+number + length |
+length + number |
+percent + number |
+number + percent |
+angle + number |
+number + angle |
+angle + length |
+length + angle |
+angle + percent |
+percent + angle |
+angle + time |
+time + angle |
+angle + frequency |
+frequency + angle |
+time + number |
+number + time |
+time + length |
+length + time |
+time + percent |
+percent + time |
+time + angle |
+angle + time |
+time + frequency |
+frequency + time |
+length - number |
+number - length |
+percent - number |
+number - percent |
+angle - number |
+number - angle |
+angle - length |
+length - angle |
+angle - percent |
+percent - angle |
+angle - time |
+time - angle |
+angle - frequency |
+frequency - angle |
+time - number |
+number - time |
+time - length |
+length - time |
+time - percent |
+percent - time |
+time - angle |
+angle - time |
+time - frequency |
+frequency - time |
+length * length |
+length * percent |
+percent * length |
+percent * percent |
+angle * length |
+length * angle |
+angle * percent |
+percent * angle |
+angle * time |
+time * angle |
+angle * frequency |
+frequency * angle |
+time * length |
+length * time |
+time * percent |
+percent * time |
+time * angle |
+angle * time |
+time * frequency |
+frequency * time |
+number / length |
+number / percent |
+length / length |
+length / percent |
+percent / length |
+percent / percent |
+number / angle |
+angle / length |
+length / angle |
+angle / percent |
+percent / angle |
+angle / time |
+time / angle |
+angle / frequency |
+frequency / angle |
+number / time |
+time / length |
+length / time |
+time / percent |
+percent / time |
+time / angle |
+angle / time |
+time / frequency |
+frequency / time |
+This is a testharness.js-based test. |
+PASS Tests invalid calc() expression handling. |
+Harness: the test ran to completion. |
-unclosed calc => PASS |
-unclosed calc with garbage => PASS |
-garbage => PASS |
-dpi => PASS |
-dpi / number => PASS |
-dpi + dpi => PASS |
-zero division => PASS |
-non length => PASS |
-number + length => PASS |
-length + number => PASS |
-percent + number => PASS |
-number + percent => PASS |
-length - number => PASS |
-number - length => PASS |
-percent - number => PASS |
-number - percent => PASS |
-length * length => PASS |
-length * percent => PASS |
-percent * length => PASS |
-percent * percent => PASS |
-number / length => PASS |
-number / percent => PASS |
-length / length => PASS |
-length / percent => PASS |
-percent / length => PASS |
-percent / percent => PASS |
-number mod length => PASS |
-number mod percent => PASS |
-length mod length => PASS |
-length mod percent => PASS |
-percent mod length => PASS |
-percent mod percent => PASS |
-mod10 => PASS |
-1mod => PASS |
-70px+40px no whitespace around + => PASS |
-70px +40px no whitespace on right of + => PASS |
-70px+ 40px no whitespace on left of + => PASS |
-70px+-40px no whitespace around + => PASS |
-70px-40px no whitespace around - => PASS |
-70px -40px no whitespace on right of - => PASS |
-70px- 40px no whitespace on left of - => PASS |
-70px-+40px no whitespace around - => PASS |
-too many nests => PASS |
-end with operator => PASS |
-start with operator => PASS |
-no expressions => PASS |
-too many pluses => PASS |
-no binary operator => PASS |
-two binary operators => PASS |
-invalid operator '@' => PASS |
-invalid operator 'flim' => PASS |
-invalid operator '@' => PASS |
-invalid operator 'flim' => PASS |
-invalid operator 'flim' with parens => PASS |