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

Unified Diff: LayoutTests/fast/css/parsing-css-nth-child.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
Index: LayoutTests/fast/css/parsing-css-nth-child.html
diff --git a/LayoutTests/fast/css/parsing-css-nth-child.html b/LayoutTests/fast/css/parsing-css-nth-child.html
index df75bc027d371a95cbbbd57f2ce9a3db1272b696..7ffbd72ba7fc1c05bb4b701cb5f4c3eec8caa87c 100644
--- a/LayoutTests/fast/css/parsing-css-nth-child.html
+++ b/LayoutTests/fast/css/parsing-css-nth-child.html
@@ -71,27 +71,21 @@ function runTest()
<p>Expected result:</p>
-<pre id="expected">#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; }
+<pre id="expected">#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; }
</pre>
<script>
« no previous file with comments | « LayoutTests/fast/css/font_property_normal.html ('k') | LayoutTests/fast/css/parsing-css-nth-child-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698