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

Unified Diff: LayoutTests/fast/css/parsing-css-nth-child-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
Index: LayoutTests/fast/css/parsing-css-nth-child-expected.txt
diff --git a/LayoutTests/fast/css/parsing-css-nth-child-expected.txt b/LayoutTests/fast/css/parsing-css-nth-child-expected.txt
index f9bf465694fec0f31701a95757727d7d7cad454a..a350fb7cdf7863853dc360e37cbd3ed9a5ce9950 100644
--- a/LayoutTests/fast/css/parsing-css-nth-child-expected.txt
+++ b/LayoutTests/fast/css/parsing-css-nth-child-expected.txt
@@ -4,48 +4,36 @@ SUCCESS
Rules from the stylesheet:
-#a:nth-child(1n+0) { color: green; }
-#b:nth-child(n+0) { color: green; }
-#c:nth-child(n) { color: green; }
-#d:nth-child(-n+0) { color: green; }
-#e:nth-child(-n) { color: green; }
-#f:nth-child(1N+0) { color: green; }
-#g:nth-child(N+0) { color: green; }
-#h:nth-child(N) { color: green; }
-#i:nth-child(-N+0) { color: green; }
-#j:nth-child(-N) { color: green; }
-#l:nth-child(-1N
- -
- 123) { color: green; }
-#m:nth-child(N- 123) { color: green; }
-#o:nth-child(23n
-
- +
-
-123) { color: green; }
-#t:nth-child(+n+3) { color: green; }
-#u:nth-child(+n + 7) { color: green; }
+#a:nth-child(1n) { color: green; }
+#b:nth-child(1n) { color: green; }
+#c:nth-child(1n) { color: green; }
+#d:nth-child(-1n) { color: green; }
+#e:nth-child(-1n) { color: green; }
+#f:nth-child(1n) { color: green; }
+#g:nth-child(1n) { color: green; }
+#h:nth-child(1n) { color: green; }
+#i:nth-child(-1n) { color: green; }
+#j:nth-child(-1n) { color: green; }
+#l:nth-child(-1n-123) { color: green; }
+#m:nth-child(1n-123) { color: green; }
+#o:nth-child(23n+123) { color: green; }
+#t:nth-child(1n+3) { color: green; }
+#u:nth-child(1n+7) { color: green; }
Expected result:
-#a:nth-child(1n+0) { color: green; }
-#b:nth-child(n+0) { color: green; }
-#c:nth-child(n) { color: green; }
-#d:nth-child(-n+0) { color: green; }
-#e:nth-child(-n) { color: green; }
-#f:nth-child(1N+0) { color: green; }
-#g:nth-child(N+0) { color: green; }
-#h:nth-child(N) { color: green; }
-#i:nth-child(-N+0) { color: green; }
-#j:nth-child(-N) { color: green; }
-#l:nth-child(-1N
- -
- 123) { color: green; }
-#m:nth-child(N- 123) { color: green; }
-#o:nth-child(23n
-
- +
-
-123) { color: green; }
-#t:nth-child(+n+3) { color: green; }
-#u:nth-child(+n + 7) { color: green; }
+#a:nth-child(1n) { color: green; }
+#b:nth-child(1n) { color: green; }
+#c:nth-child(1n) { color: green; }
+#d:nth-child(-1n) { color: green; }
+#e:nth-child(-1n) { color: green; }
+#f:nth-child(1n) { color: green; }
+#g:nth-child(1n) { color: green; }
+#h:nth-child(1n) { color: green; }
+#i:nth-child(-1n) { color: green; }
+#j:nth-child(-1n) { color: green; }
+#l:nth-child(-1n-123) { color: green; }
+#m:nth-child(1n-123) { color: green; }
+#o:nth-child(23n+123) { color: green; }
+#t:nth-child(1n+3) { color: green; }
+#u:nth-child(1n+7) { color: green; }
« no previous file with comments | « LayoutTests/fast/css/parsing-css-nth-child.html ('k') | LayoutTests/fast/css/parsing-css-number-types-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698