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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2e36668b5d7d9cd2ebed110239efc780351ce11f..cccfcc9489d115f2e52533a873c14ffe0862a01e 100644
--- a/LayoutTests/css3/calc/calc-errors-expected.txt
+++ b/LayoutTests/css3/calc/calc-errors-expected.txt
@@ -17,6 +17,22 @@ mod10
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 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 +
+70px+/**/-40px no whitespace around +
+70px/**/+/**/-40px no whitespace around +
+70px-/**/40px no whitespace around -
+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 -
+70px-/**/+40px no whitespace around -
+70px/**/-/**/+40px no whitespace around -
too many nests
end with operator
start with operator
« 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