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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/attr-parsing.html

Issue 1924313002: Make <attr-name> accept any CSS identifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/fast/css/attr-parsing.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/attr-parsing.html b/third_party/WebKit/LayoutTests/fast/css/attr-parsing.html
index 6069e170eadf913f70682abd8edac4a74e00f68e..e24112a9edd1903a34048520eaca04c7dc840b3f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/attr-parsing.html
+++ b/third_party/WebKit/LayoutTests/fast/css/attr-parsing.html
@@ -33,7 +33,7 @@
#g { }
#h { }
#i { }
-#j { }
+#j { content: attr(-k); }
#l { }
#n { }
#q { }

Powered by Google App Engine
This is Rietveld 408576698