Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Side by Side Diff: LayoutTests/css3/calc/calc-errors-expected.txt

Issue 345903005: calc expressions should support time, angle and frequency values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698