| Index: LayoutTests/fast/css/parsing-css-nonascii.html
|
| diff --git a/LayoutTests/fast/css/parsing-css-nonascii.html b/LayoutTests/fast/css/parsing-css-nonascii.html
|
| index f7ffff4d5df51ecec8c19a4e37035da1b2eb0353..707d527361079dc31e1cf225c766084c56da4f39 100644
|
| --- a/LayoutTests/fast/css/parsing-css-nonascii.html
|
| +++ b/LayoutTests/fast/css/parsing-css-nonascii.html
|
| @@ -5,7 +5,7 @@
|
| /*
|
| === Warning ===
|
|
|
| - This file intentionally contains scpecial characters which
|
| + This file intentionally contains special characters which
|
| cannot be displayed by some text editors. Please
|
| carefully edit the file.
|
| */
|
| @@ -64,7 +64,7 @@ function runTest()
|
|
|
| <p>Expected result:</p>
|
|
|
| -<pre id="expected">#a127_\ { color: red; }
|
| +<pre id="expected">#a127_\7f { color: red; }
|
| #a128_ { color: red; }
|
| #b128_ { color: green; }
|
| #a159_ { color: red; }
|
|
|