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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/calc/simple-calcs-expected.txt

Issue 1368213004: Consume whitespace at start of calc subexpression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 control => PASS 3 control => PASS
4 50px + 50px => PASS 4 50px + 50px => PASS
5 150px - 50px => PASS 5 150px - 50px => PASS
6 50px + 50px (2 spaces around operator) => PASS 6 50px + 50px (2 spaces around operator) => PASS
7 150px - 50px (2 spaces around operator) => PASS 7 150px - 50px (2 spaces around operator) => PASS
8 50px*2 => PASS 8 50px*2 => PASS
9 50px *2 => PASS 9 50px *2 => PASS
10 50px* 2 => PASS 10 50px* 2 => PASS
(...skipping 24 matching lines...) Expand all
35 50px + 50px => PASS 35 50px + 50px => PASS
36 50px + 25px * 2 => PASS 36 50px + 25px * 2 => PASS
37 (25px + 25px) * 2 => PASS 37 (25px + 25px) * 2 => PASS
38 2 * 50px => PASS 38 2 * 50px => PASS
39 2 * 100px / 2 => PASS 39 2 * 100px / 2 => PASS
40 (1em - 1em) + 100px => PASS 40 (1em - 1em) + 100px => PASS
41 50px + +50px => PASS 41 50px + +50px => PASS
42 -50px + 150px => PASS 42 -50px + 150px => PASS
43 -50px - -150px => PASS 43 -50px - -150px => PASS
44 (((((((100px))))))) => PASS 44 (((((((100px))))))) => PASS
45 50px + 50px => PASS
45 100px => PASS 46 100px => PASS
46 100% * 2 => PASS 47 100% * 2 => PASS
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/calc/simple-calcs.html ('k') | third_party/WebKit/Source/core/css/CSSCalculationValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698