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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/attr-parsing-expected.txt b/third_party/WebKit/LayoutTests/fast/css/attr-parsing-expected.txt
index 7f6601ac30766270d34260ae66f66a8b4fe188d1..fe6627141f8d0d2949dcb17d74b189c539e3f085 100644
--- a/third_party/WebKit/LayoutTests/fast/css/attr-parsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/attr-parsing-expected.txt
@@ -10,7 +10,7 @@ Rules from the stylesheet:
#g { }
#h { }
#i { }
-#j { }
+#j { content: attr(-k); }
#l { }
#n { }
#q { }
@@ -28,7 +28,7 @@ Expected result:
#g { }
#h { }
#i { }
-#j { }
+#j { content: attr(-k); }
#l { }
#n { }
#q { }

Powered by Google App Engine
This is Rietveld 408576698