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

Unified Diff: third_party/WebKit/LayoutTests/css3/selectors3/xml/css3-modsel-27a.css

Issue 2588643004: Allow positional selectors to match elements without a parent. (Closed)
Patch Set: Allow positional selectors to match elements without a parent. 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
Index: third_party/WebKit/LayoutTests/css3/selectors3/xml/css3-modsel-27a.css
diff --git a/third_party/WebKit/LayoutTests/css3/selectors3/xml/css3-modsel-27a.css b/third_party/WebKit/LayoutTests/css3/selectors3/xml/css3-modsel-27a.css
deleted file mode 100644
index 277f739a6fc30af9c47978e07cab387d6aa32ffe..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/css3/selectors3/xml/css3-modsel-27a.css
+++ /dev/null
@@ -1,16 +0,0 @@
-
-:root:first-child { background-color: red; }
-:root:last-child { background-color: red; }
-:root:only-child { background-color: red; }
-:root:nth-child(1) { background-color: red; }
-:root:nth-child(n) { background-color: red; }
-:root:nth-last-child(1) { background-color: red; }
-:root:nth-last-child(n) { background-color: red; }
-:root:first-of-type { background-color: red; }
-:root:last-of-type { background-color: red; }
-:root:only-of-type { background-color: red; }
-:root:nth-of-type(1) { background-color: red; }
-:root:nth-of-type(n) { background-color: red; }
-:root:nth-last-of-type(1) { background-color: red; }
-:root:nth-last-of-type(n) { background-color: red; }
-p { color: green; }

Powered by Google App Engine
This is Rietveld 408576698