Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-css-path-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests DOMNode.cssPath() 1 Tests DOMNode.cssPath()
2 2
3 3
4 ид 4 ид
5 5
6 класс 6 класс
7 7
8 8
9 html 9 html
10 head 10 head
11 head > meta 11 head > meta
12 #script-id 12 #script-id
13 head > script:nth-child(3) 13 head > script:nth-child(3)
14 #test-script 14 #test-script
15 body 15 body
16 body > p 16 body > p
17 body > article:nth-child(2) 17 body > article:nth-child(2)
18 body > article:nth-child(3) 18 body > article:nth-child(3)
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 #non-unique-classes > span:nth-child(5) 59 #non-unique-classes > span:nth-child(5)
60 #non-unique-classes > div:nth-child(6) 60 #non-unique-classes > div:nth-child(6)
61 #non-unique-classes > div.c1.c2 61 #non-unique-classes > div.c1.c2
62 #non-unique-classes > div.c3.c2 62 #non-unique-classes > div.c3.c2
63 #non-unique-classes > div.c3.c4 63 #non-unique-classes > div.c3.c4
64 #non-unique-classes > div.c1.c4 64 #non-unique-classes > div.c1.c4
65 #non-unique-classes > input:nth-child(11) 65 #non-unique-classes > input:nth-child(11)
66 #non-unique-classes > input:nth-child(12) 66 #non-unique-classes > input:nth-child(12)
67 #non-unique-classes > div:nth-child(13) 67 #non-unique-classes > div:nth-child(13)
68 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698