Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Test parsing of CSS nth-child tokens. | 1 Test parsing of CSS nth-child tokens. |
| 2 | 2 |
| 3 SUCCESS | 3 SUCCESS |
| 4 | 4 |
| 5 Rules from the stylesheet: | 5 Rules from the stylesheet: |
| 6 | 6 |
| 7 #a { color: green; } | 7 #a { color: green; } |
| 8 #b { color: green; } | 8 #b { color: green; } |
| 9 #e { color: green; } | 9 #e { color: green; } |
| 10 #g { color: green; } | 10 #g { color: green; } |
| 11 #i { color: green; } | 11 #i { color: green; } |
| 12 Expected result: | 12 Expected result: |
| 13 | 13 |
| 14 #a { color: green; } | 14 #a { color: green; } |
| 15 #b { color: green; } | 15 #b { color: green; } |
| 16 #e { color: green; } | 16 #e { color: green; } |
| 17 #g { color: green; } | 17 #g { color: green; } |
| 18 #i { color: green; } | 18 #i { color: green; } |
| 19 | 19 |
| OLD | NEW |