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

Unified Diff: third_party/WebKit/LayoutTests/css3/calc/color-hsl-expected.txt

Issue 2606143002: Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: fixes to address reviewer comments Created 3 years, 12 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
Index: third_party/WebKit/LayoutTests/css3/calc/color-hsl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/calc/color-hsl-expected.txt b/third_party/WebKit/LayoutTests/css3/calc/color-hsl-expected.txt
index 920f1f35933a4926919633d3b3ddd233de2ab7ba..b00efa07754a260da013c745d3b0107b119345ae 100644
--- a/third_party/WebKit/LayoutTests/css3/calc/color-hsl-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/calc/color-hsl-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS getComputedStyle(document.getElementById("simple"), null).color is "rgb(31, 223, 31)"
-PASS getComputedStyle(document.getElementById("alpha"), null).color is "rgba(31, 223, 31, 0.701961)"
+PASS getComputedStyle(document.getElementById("alpha"), null).color is "rgba(31, 223, 31, 0.7)"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698