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

Unified Diff: LayoutTests/css3/parsing-css3-nthchild.html

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 | « no previous file | LayoutTests/css3/parsing-css3-nthchild-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/parsing-css3-nthchild.html
diff --git a/LayoutTests/css3/parsing-css3-nthchild.html b/LayoutTests/css3/parsing-css3-nthchild.html
index 7e19d12fab5e197ef38591bb0596d80a688f8c79..de6d1045aac984a4535d32d0f26945a14bb33453 100644
--- a/LayoutTests/css3/parsing-css3-nthchild.html
+++ b/LayoutTests/css3/parsing-css3-nthchild.html
@@ -52,13 +52,11 @@ function runTest()
<p>Expected result:</p>
-<pre id="expected">#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; }
+<pre id="expected">#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; }
</pre>
</body>
« no previous file with comments | « no previous file | LayoutTests/css3/parsing-css3-nthchild-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698