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

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: Move CSS path-building code from DOMAgent to DOMPresentationUtils, reuse in DOMNode.appropriateSele… 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 12
17
18 13
19 14
20 15
21 16
22 17
23 18
24 19
25 20
26 21 класс
27 22
28 23
29 html
30 head
31 head > meta
32 #script-id
33 head > script:nth-child(3)
34 #test-script
35 body
36 body > p
37 body > article:nth-child(2)
38 body > article:nth-child(3)
39 #ids
40 #ids > div:nth-child(1)
41 #ids > div:nth-child(2)
42 #inner-id
43 #\23 \22 ridiculous\22 \2e id
44 #\27 quoted\2e value\27
45 #\2e foo\2e bar
46 #\2d
47 #-a
48 #\2d 0
49 #\37
50 #ид
51 #ids > p
52 #classes
53 #classes > div.foo.bar
54 #classes > div:nth-child(2)
55 #classes > div.\2e foo
56 #classes > div.\2e foo\2e bar
57 #classes > div.\2d
58 #classes > div.-a
59 #classes > div.\2d 0
60 #classes > div.\37
61 #classes > div.класс
62 #classes > span
63 #id-with-class
64 #non-unique-classes
65 #non-unique-classes > span:nth-child(1)
66 #non-unique-classes > span:nth-child(2)
67 #non-unique-classes > span:nth-child(3)
68 #non-unique-classes > span.c1.c2.c3
69 #non-unique-classes > span:nth-child(5)
70 #non-unique-classes > div:nth-child(6)
71 #non-unique-classes > div.c1.c2
72 #non-unique-classes > div.c3.c2
73 #non-unique-classes > div.c3.c4
74 #non-unique-classes > div.c1.c4
75 #non-unique-classes > div:nth-child(11)
76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698