| Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js
|
| index 94c94885529288ad9b3b136c445589e792f6a291..486601093398eb7d3d7340e2cb2526c51501891c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-color.js
|
| @@ -38,13 +38,13 @@ debug("Valid value 'rgb(0, 255, 0)':");
|
| test("rgb(0, 255, 0)", "rgb(0, 255, 0)", "rgb(0, 255, 0)");
|
|
|
| debug("Valid value 'rgba(100, 100, 100, 0.5)':");
|
| -test("rgba(100, 100, 100, 0.5)", "rgba(100, 100, 100, 0.5)", "rgba(100, 100, 100, 0.5)");
|
| +test("rgba(100, 100, 100, 0.5)", "rgba(100, 100, 100, 0.498039)", "rgba(100, 100, 100, 0.498039)");
|
|
|
| debug("Valid value 'hsl(240, 100%, 50%)':");
|
| test("hsl(240, 100%, 50%)", "rgb(0, 0, 255)", "rgb(0, 0, 255)");
|
|
|
| debug("Valid value 'hsla(240, 100%, 50%, 0.5)':");
|
| -test("hsla(240, 100%, 50%, 0.5)", "rgba(0, 0, 255, 0.498)", "rgba(0, 0, 255, 0.498)");
|
| +test("hsla(240, 100%, 50%, 0.5)", "rgba(0, 0, 255, 0.498039)", "rgba(0, 0, 255, 0.498039)");
|
|
|
| debug("Initial value:");
|
| test("initial", "initial", "rgb(0, 0, 0)");
|
|
|