Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: LayoutTests/fast/css/parsing-css-nonascii.html

Issue 1253403005: Implement CSS.escape (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix final test Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
« no previous file with comments | « LayoutTests/css3/escape-dom-api-expected.txt ('k') | LayoutTests/fast/css/parsing-css-nonascii-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698