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

Unified Diff: LayoutTests/css-parser/color3-expected.txt

Issue 603443002: Don't add '(' to FUNCTION token names (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@internalsetshadowunused
Patch Set: Created 6 years, 3 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 | « no previous file | Source/core/css/CSSCalculationValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css-parser/color3-expected.txt
diff --git a/LayoutTests/css-parser/color3-expected.txt b/LayoutTests/css-parser/color3-expected.txt
index fbbb411d9630b74e9c984d849d32056f96a7cce8..bcf561eafbb38e313f5df1a49d00fa54fcd22d49 100644
--- a/LayoutTests/css-parser/color3-expected.txt
+++ b/LayoutTests/css-parser/color3-expected.txt
@@ -34,8 +34,8 @@ PASS colorTest.parseColor("#fffffffff") is "parse error"
PASS colorTest.parseColor("#FFCc99") is "rgb(255, 204, 153)"
PASS colorTest.parseColor("#369") is "rgb(51, 102, 153)"
PASS colorTest.parseColor("rgb(00, 51, 102)") is "rgb(0, 51, 102)"
-FAIL colorTest.parseColor("r\\gb(00, 51, 102)") should be rgb(0, 51, 102). Was parse error.
-FAIL colorTest.parseColor("r\\67 b(00, 51, 102)") should be rgb(0, 51, 102). Was parse error.
+PASS colorTest.parseColor("r\\gb(00, 51, 102)") is "rgb(0, 51, 102)"
+PASS colorTest.parseColor("r\\67 b(00, 51, 102)") is "rgb(0, 51, 102)"
PASS colorTest.parseColor("RGB(153, 204, 255)") is "rgb(153, 204, 255)"
PASS colorTest.parseColor("rgB(0, 0, 0)") is "rgb(0, 0, 0)"
PASS colorTest.parseColor("rgB(0, 51, 255)") is "rgb(0, 51, 255)"
« no previous file with comments | « no previous file | Source/core/css/CSSCalculationValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698