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

Unified Diff: LayoutTests/css3/parsing-css3-nthchild-expected.txt

Issue 1015303002: Promote new CSS parser to experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « LayoutTests/css3/parsing-css3-nthchild.html ('k') | LayoutTests/css3/supports.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/parsing-css3-nthchild-expected.txt
diff --git a/LayoutTests/css3/parsing-css3-nthchild-expected.txt b/LayoutTests/css3/parsing-css3-nthchild-expected.txt
index daee85cf57d8d6061c1ddf7c45d1f291f8421328..065ef5a35345e8dde06c6b154bdab48f5891759f 100644
--- a/LayoutTests/css3/parsing-css3-nthchild-expected.txt
+++ b/LayoutTests/css3/parsing-css3-nthchild-expected.txt
@@ -2,22 +2,18 @@ SUCCESS
Rules from the stylesheet:
-#a:nth-child(n-1) { color: green; }
-#b:nth-child(n- 10) { color: green; }
-#g:nth-child(-n-1) { color: green; }
-#h:nth-child(-n- 10) { color: green; }
-#n:nth-child(-n
- - 1) { color: green; }
-#o:nth-child(-n
- +13) { color: green; }
+#a:nth-child(1n-1) { color: green; }
+#b:nth-child(1n-10) { color: green; }
+#g:nth-child(-1n-1) { color: green; }
+#h:nth-child(-1n-10) { color: green; }
+#n:nth-child(-1n-1) { color: green; }
+#o:nth-child(-1n+13) { color: green; }
Expected result:
-#a:nth-child(n-1) { color: green; }
-#b:nth-child(n- 10) { color: green; }
-#g:nth-child(-n-1) { color: green; }
-#h:nth-child(-n- 10) { color: green; }
-#n:nth-child(-n
- - 1) { color: green; }
-#o:nth-child(-n
- +13) { color: green; }
+#a:nth-child(1n-1) { color: green; }
+#b:nth-child(1n-10) { color: green; }
+#g:nth-child(-1n-1) { color: green; }
+#h:nth-child(-1n-10) { color: green; }
+#n:nth-child(-1n-1) { color: green; }
+#o:nth-child(-1n+13) { color: green; }
« no previous file with comments | « LayoutTests/css3/parsing-css3-nthchild.html ('k') | LayoutTests/css3/supports.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698