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

Unified Diff: Source/core/css/CSSSelectorTest.cpp

Issue 205563004: Revert of Implement /content/ combinator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 years, 9 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 | « Source/core/css/CSSSelectorList.cpp ('k') | Source/core/css/RuleSetTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSSelectorTest.cpp
diff --git a/Source/core/css/CSSSelectorTest.cpp b/Source/core/css/CSSSelectorTest.cpp
index 6f4e8955a24837904d35a8d0dacd249ff210d2c8..baf04659d658f169e0eb2b2a7f4712a07c788ae5 100644
--- a/Source/core/css/CSSSelectorTest.cpp
+++ b/Source/core/css/CSSSelectorTest.cpp
@@ -27,7 +27,7 @@ TEST(CSSSelector, Representations)
"#id.class { }"
"[attr]#id { }"
"div[attr]#id { }"
- "video::cue { }"
+ "div::content { }"
"div::first-line { }"
".a.b.c { }"
"div:not(.a) { }" // without class a
« no previous file with comments | « Source/core/css/CSSSelectorList.cpp ('k') | Source/core/css/RuleSetTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698