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> |