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

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: Comments addressed 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
14 Running: init
15
16 Running: enqueueNodes
17
18 Running: dumpNodes
19 html
20 head
21 #script-id
22 head > script:nth-child(2)
23 #test-script
24 body
25 body > p
26 body > article:nth-child(2)
27 body > article:nth-child(3)
28 body > div.bar
29 body > div:nth-child(5)
30 body > span
31 #container
32 #container > div:nth-child(1)
33 #container > div:nth-child(2)
34 #inner-id
35 #container > p
36 body > div:nth-child(8)
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698