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

Unified Diff: third_party/WebKit/LayoutTests/cssom/serialize-attribute-selectors.html

Issue 2646493002: '*' is not a valid attribute selector (Closed)
Patch Set: Adjust serialization test Created 3 years, 11 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 | third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/cssom/serialize-attribute-selectors.html
diff --git a/third_party/WebKit/LayoutTests/cssom/serialize-attribute-selectors.html b/third_party/WebKit/LayoutTests/cssom/serialize-attribute-selectors.html
index 34aaba20b65cf91895e8c82a51a8cd605420c95b..fcdf3abe369500615bb989cdb2b3f325f1b096fe 100644
--- a/third_party/WebKit/LayoutTests/cssom/serialize-attribute-selectors.html
+++ b/third_party/WebKit/LayoutTests/cssom/serialize-attribute-selectors.html
@@ -20,8 +20,8 @@
assert_selector_serializes_to("[\\30zonk]", "[\\30 zonk]");
}, document.title+", escaped character as code point in attribute name");
test(function() {
- assert_selector_serializes_to("[\\*]", "[\\*]");
- }, document.title+", escaped character (*) in attribute");
+ assert_selector_serializes_to("[\\@]", "[\\@]");
+ }, document.title+", escaped character (@) in attribute name");
test(function() {
assert_selector_serializes_to("[*|ns\\:foo]", "[*|ns\\:foo]");
}, document.title+", escaped character in attribute name with any namespace");
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698