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

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

Issue 75253002: DevTools: [Elements] Implement "Copy CSS Path" context menu item for elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698