Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests DOMNode.cssPath() | |
| 2 | |
| 3 First | |
| 4 Second | |
| 5 1 | |
| 6 2 | |
| 7 3 | |
| 8 4 | |
| 9 5 | |
| 10 6 | |
| 11 7 | |
| 12 | |
| 13 html | |
| 14 head | |
| 15 #script-id | |
| 16 head > script:nth-child(2) | |
| 17 body | |
| 18 body > p | |
| 19 body > article:nth-child(2) | |
| 20 body > article:nth-child(3) | |
| 21 body > div.bar | |
| 22 body > div:nth-child(5) | |
| 23 body > span | |
| 24 #container | |
| 25 #container > div:nth-child(1) | |
| 26 #container > div:nth-child(2) | |
| 27 #inner-id | |
| 28 #container > p | |
| 29 | |
| OLD | NEW |