| Index: third_party/WebKit/LayoutTests/css3/calc/color-rgb-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/calc/color-rgb-expected.txt b/third_party/WebKit/LayoutTests/css3/calc/color-rgb-expected.txt
|
| index afbd9f9ce743210d3f3c98b13994df1d2e307dd3..66f4ac7e9d5a051b4eab6e88c3e10b0031d8f749 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/calc/color-rgb-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/calc/color-rgb-expected.txt
|
| @@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS getComputedStyle(document.getElementById("simple"), null).color is "rgb(10, 180, 30)"
|
| PASS getComputedStyle(document.getElementById("percentsimple"), null).color is "rgb(25, 243, 76)"
|
| FAIL getComputedStyle(document.getElementById("percentnumber"), null).color should be rgb(26, 240, 80). Was rgb(0, 0, 0).
|
| -PASS getComputedStyle(document.getElementById("alpha"), null).color is "rgba(10, 180, 30, 0.7)"
|
| -PASS getComputedStyle(document.getElementById("percentalpha"), null).color is "rgba(25, 243, 76, 0.7)"
|
| -FAIL getComputedStyle(document.getElementById("percentnumberalpha"), null).color should be rgba(26, 240, 80, 0.5). Was rgb(0, 0, 0).
|
| +PASS getComputedStyle(document.getElementById("alpha"), null).color is "rgba(10, 180, 30, 0.701961)"
|
| +PASS getComputedStyle(document.getElementById("percentalpha"), null).color is "rgba(25, 243, 76, 0.701961)"
|
| +FAIL getComputedStyle(document.getElementById("percentnumberalpha"), null).color should be rgba(26, 240, 80, 0.498039). Was rgb(0, 0, 0).
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|