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

Unified Diff: LayoutTests/fast/css/selector-text-escape.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
« no previous file with comments | « LayoutTests/fast/css/parsing-css-nonascii-expected.txt ('k') | Source/core/css/CSS.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/selector-text-escape.html
diff --git a/LayoutTests/fast/css/selector-text-escape.html b/LayoutTests/fast/css/selector-text-escape.html
index 17c6abff51db92a06764ecff5288ec015ce3d3e5..b7967918a19276c3501e828da360afa8a8dcfc9d 100644
--- a/LayoutTests/fast/css/selector-text-escape.html
+++ b/LayoutTests/fast/css/selector-text-escape.html
@@ -93,7 +93,7 @@ var expectedTexts = [
".\\39 _class",
".-\\30 _class",
".-\\39 _class",
- ".-\\-_class",
+ ".--_class",
".\x81_class",
".日本語_class",
".𐐀_class",
« no previous file with comments | « LayoutTests/fast/css/parsing-css-nonascii-expected.txt ('k') | Source/core/css/CSS.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698