| 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)"
|
|
|