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