OLD | NEW |
1 All boxes below should be 100px * 100px and green. | 1 All boxes below should be 100px * 100px and green. |
2 | 2 |
3 unclosed calc => PASS | 3 unclosed calc => PASS |
4 unclosed calc with garbage => PASS | 4 unclosed calc with garbage => PASS |
5 garbage => PASS | 5 garbage => PASS |
6 dpi => PASS | |
7 dpi / number => PASS | |
8 dpi + dpi => PASS | |
9 zero division => PASS | 6 zero division => PASS |
10 non length => PASS | 7 non length => PASS |
11 number + length => PASS | 8 number + length => PASS |
12 length + number => PASS | 9 length + number => PASS |
13 percent + number => PASS | 10 percent + number => PASS |
14 number + percent => PASS | 11 number + percent => PASS |
15 length - number => PASS | 12 length - number => PASS |
16 number - length => PASS | 13 number - length => PASS |
17 percent - number => PASS | 14 percent - number => PASS |
18 number - percent => PASS | 15 number - percent => PASS |
(...skipping 28 matching lines...) Expand all Loading... |
47 start with operator => PASS | 44 start with operator => PASS |
48 no expressions => PASS | 45 no expressions => PASS |
49 too many pluses => PASS | 46 too many pluses => PASS |
50 no binary operator => PASS | 47 no binary operator => PASS |
51 two binary operators => PASS | 48 two binary operators => PASS |
52 invalid operator '@' => PASS | 49 invalid operator '@' => PASS |
53 invalid operator 'flim' => PASS | 50 invalid operator 'flim' => PASS |
54 invalid operator '@' => PASS | 51 invalid operator '@' => PASS |
55 invalid operator 'flim' => PASS | 52 invalid operator 'flim' => PASS |
56 invalid operator 'flim' with parens => PASS | 53 invalid operator 'flim' with parens => PASS |
OLD | NEW |