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

Unified Diff: LayoutTests/css3/escape-dom-api-expected.txt

Issue 1329413003: Add testcase to CSS escape (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/css3/escape-dom-api.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/escape-dom-api-expected.txt
diff --git a/LayoutTests/css3/escape-dom-api-expected.txt b/LayoutTests/css3/escape-dom-api-expected.txt
index 0589869714ed7856ad7e69681d47911524e14bff..39bb8de7ef95882fefb55426dd1cd297feaaeba7 100644
--- a/LayoutTests/css3/escape-dom-api-expected.txt
+++ b/LayoutTests/css3/escape-dom-api-expected.txt
@@ -44,6 +44,7 @@ PASS CSS.escape('-7a') is "-\\37 a"
PASS CSS.escape('-8a') is "-\\38 a"
PASS CSS.escape('-9a') is "-\\39 a"
PASS CSS.escape('-') is "\\-"
+PASS CSS.escape('-a') is "-a"
PASS CSS.escape('--') is "--"
PASS CSS.escape('--a') is "--a"
PASS CSS.escape('€-_©') is "€-_©"
« no previous file with comments | « LayoutTests/css3/escape-dom-api.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698