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

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: Tentatively fix xpath test on Windows bot 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 ид
4 класс
5 html
6 head
7 head > meta
8 #script-id
9 head > script:nth-child(3)
10 #test-script
11 body
12 body > p
13 body > article:nth-child(2)
14 body > article:nth-child(3)
15 #ids
16 #ids > div:nth-child(1)
17 #ids > div:nth-child(2)
18 #inner-id
19 #__proto__
20 #\23 \22 ridiculous\22 \2e id
21 #\27 quoted\2e value\27
22 #\2e foo\2e bar
23 #\2d
24 #-a
25 #\2d 0
26 #\37
27 #ид
28 #ids > p
29 #classes
30 #classes > div.foo.bar
31 #classes > div:nth-child(2)
32 #classes > div.\2e foo
33 #classes > div.\2e foo\2e bar
34 #classes > div.\2d
35 #classes > div.-a
36 #classes > div.\2d 0
37 #classes > div.\37
38 #classes > div.класс
39 #classes > div:nth-child(10)
40 #classes > div.__proto__.foo
41 #classes > span
42 #id-with-class
43 #non-unique-classes
44 #non-unique-classes > span:nth-child(1)
45 #non-unique-classes > span:nth-child(2)
46 #non-unique-classes > span:nth-child(3)
47 #non-unique-classes > span.c1.c2.c3
48 #non-unique-classes > span:nth-child(5)
49 #non-unique-classes > div:nth-child(6)
50 #non-unique-classes > div.c1.c2
51 #non-unique-classes > div.c3.c2
52 #non-unique-classes > div.c3.c4
53 #non-unique-classes > div.c1.c4
54 #non-unique-classes > div:nth-child(11)
55
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/elements-css-path.html ('k') | LayoutTests/inspector/elements/inspect-deep-shadow-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698