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 |