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

Unified Diff: LayoutTests/fast/css/parsing-css-nonascii-expected.txt

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
« no previous file with comments | « LayoutTests/fast/css/parsing-css-nonascii.html ('k') | LayoutTests/fast/css/selector-text-escape.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « LayoutTests/fast/css/parsing-css-nonascii.html ('k') | LayoutTests/fast/css/selector-text-escape.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698