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