mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
selectors: Don't serialize :nth-child(-n) as -1n.
This commit is contained in:
parent
ecf71d77cd
commit
1eab5927a5
2 changed files with 1 additions and 25 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue