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

Unified Diff: LayoutTests/css3/escape-dom-api.html

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 | « no previous file | LayoutTests/css3/escape-dom-api-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/escape-dom-api.html
diff --git a/LayoutTests/css3/escape-dom-api.html b/LayoutTests/css3/escape-dom-api.html
index e2e358397f1abf9293d578a93a6f5b0d35831dfd..b1d31fb786ec3da18798e21b78837dd12e2a373c 100644
--- a/LayoutTests/css3/escape-dom-api.html
+++ b/LayoutTests/css3/escape-dom-api.html
@@ -55,6 +55,7 @@
shouldBeEqualToString("CSS.escape('-9a')", "-\\39 a");
shouldBeEqualToString("CSS.escape('-')", "\\-");
+ shouldBeEqualToString("CSS.escape('-a')", "-a");
shouldBeEqualToString("CSS.escape('--')", "--");
shouldBeEqualToString("CSS.escape('--a')", "--a");
« no previous file with comments | « no previous file | LayoutTests/css3/escape-dom-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698