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

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: Implement identifier escaping for id and class attribute values 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.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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698