| Index: LayoutTests/fast/css/parsing-css-nonascii-expected.txt
|
| diff --git a/LayoutTests/fast/css/parsing-css-nonascii-expected.txt b/LayoutTests/fast/css/parsing-css-nonascii-expected.txt
|
| index fcd186e859440cecc42d8b93ac5ec513c6635acd..834c72e84e79f529ce383eea5589d10a8fa48b11 100644
|
| --- a/LayoutTests/fast/css/parsing-css-nonascii-expected.txt
|
| +++ b/LayoutTests/fast/css/parsing-css-nonascii-expected.txt
|
| @@ -4,7 +4,7 @@ SUCCESS
|
|
|
| Rules from the stylesheet:
|
|
|
| -#a127_\ { color: red; }
|
| +#a127_\7f { color: red; }
|
| #a128_ { color: red; }
|
| #b128_ { color: green; }
|
| #a159_ { color: red; }
|
| @@ -15,7 +15,7 @@ Rules from the stylesheet:
|
| #b384_ƀ { color: green; }
|
| Expected result:
|
|
|
| -#a127_\ { color: red; }
|
| +#a127_\7f { color: red; }
|
| #a128_ { color: red; }
|
| #b128_ { color: green; }
|
| #a159_ { color: red; }
|
|
|