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

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: Protect from ridiculous IDs 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 8
13 9
14 10
15 11
16
17
18 Running: init
19
20 Running: enqueueNodes
21
22 Running: dumpNodes
23 html
24 head
25 #script-id
26 head > script:nth-child(2)
27 #test-script
28 body
29 body > p
30 body > article:nth-child(2)
31 body > article:nth-child(3)
32 body > div.bar
33 body > div:nth-child(5)
34 body > span
35 #id-with-class
36 #container
37 #container > div:nth-child(1)
38 #container > div:nth-child(2)
39 #inner-id
40 [id='#"ridiculous".id']
41 [id="'quoted.value'"]
42 [id=".foo.bar"]
43 #container > p
44 body > div:nth-child(9)
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698