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

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

Issue 1239983004: Make CSSCalcValue work with CSSParserTokenRange (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add more subtests Created 5 years, 4 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
« no previous file with comments | « LayoutTests/css3/calc/calc-errors.html ('k') | Source/core/css/CSSCalculationValue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 unclosed calc 1 unclosed calc
2 unclosed calc with garbage 2 unclosed calc with garbage
3 garbage 3 garbage
4 garbage 4 garbage
5 dpi 5 dpi
6 dpi / number 6 dpi / number
7 dpi + dpi 7 dpi + dpi
8 fr 8 fr
9 zero division 9 zero division
10 mod10 10 mod10
11 1mod 11 1mod
12 70px+40px no whitespace around + 12 70px+40px no whitespace around +
13 70px +40px no whitespace on right of + 13 70px +40px no whitespace on right of +
14 70px+ 40px no whitespace on left of + 14 70px+ 40px no whitespace on left of +
15 70px+-40px no whitespace around + 15 70px+-40px no whitespace around +
16 70px-40px no whitespace around - 16 70px-40px no whitespace around -
17 70px -40px no whitespace on right of - 17 70px -40px no whitespace on right of -
18 70px- 40px no whitespace on left of - 18 70px- 40px no whitespace on left of -
19 70px-+40px no whitespace around - 19 70px-+40px no whitespace around -
20 70px+/**/40px no whitespace around +
21 70px/**/+40px no whitespace around +
22 70px+/**/40px no whitespace around +
23 70px +/**/40px no whitespace on right of +
24 70px/**/+ 40px no whitespace on left of +
25 70px/**/+-40px no whitespace around +
26 70px+/**/-40px no whitespace around +
27 70px/**/+/**/-40px no whitespace around +
28 70px-/**/40px no whitespace around -
29 70px/**/-40px no whitespace around -
30 70px/**/-/**/40px no whitespace around -
31 70px -/**/40px no whitespace on right of -
32 70px/**/- 40px no whitespace on left of -
33 70px/**/-+40px no whitespace around -
34 70px-/**/+40px no whitespace around -
35 70px/**/-/**/+40px no whitespace around -
20 too many nests 36 too many nests
21 end with operator 37 end with operator
22 start with operator 38 start with operator
23 no expressions 39 no expressions
24 too many pluses 40 too many pluses
25 no binary operator 41 no binary operator
26 two binary operators 42 two binary operators
27 invalid operator '@' 43 invalid operator '@'
28 invalid operator 'flim' 44 invalid operator 'flim'
29 invalid operator '@' 45 invalid operator '@'
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 time / percent 135 time / percent
120 percent / time 136 percent / time
121 time / angle 137 time / angle
122 angle / time 138 angle / time
123 time / frequency 139 time / frequency
124 frequency / time 140 frequency / time
125 This is a testharness.js-based test. 141 This is a testharness.js-based test.
126 PASS Tests invalid calc() expression handling. 142 PASS Tests invalid calc() expression handling.
127 Harness: the test ran to completion. 143 Harness: the test ran to completion.
128 144
OLDNEW
« no previous file with comments | « LayoutTests/css3/calc/calc-errors.html ('k') | Source/core/css/CSSCalculationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698