selectors: Don't serialize :nth-child(-n) as -1n.

This commit is contained in:
Emilio Cobos Álvarez 2018-04-07 12:57:32 +02:00
parent ecf71d77cd
commit 1eab5927a5
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 1 additions and 25 deletions

View file

@ -1,25 +0,0 @@
[anplusb-selector-parsing.html]
[:nth-child(-n+0) should be parsed and serialized correctly]
expected: FAIL
[:nth-child(-n) should be parsed and serialized correctly]
expected: FAIL
[:nth-last-child(-n+0) should be parsed and serialized correctly]
expected: FAIL
[:nth-last-child(-n) should be parsed and serialized correctly]
expected: FAIL
[:nth-of-type(-n+0) should be parsed and serialized correctly]
expected: FAIL
[:nth-of-type(-n) should be parsed and serialized correctly]
expected: FAIL
[:nth-last-of-type(-n+0) should be parsed and serialized correctly]
expected: FAIL
[:nth-last-of-type(-n) should be parsed and serialized correctly]
expected: FAIL