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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/elements-css-path-expected.txt
diff --git a/LayoutTests/inspector/elements/elements-css-path-expected.txt b/LayoutTests/inspector/elements/elements-css-path-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0c525ce1b9bb42b558c8d0b3316a7b9d44c6e7e4
--- /dev/null
+++ b/LayoutTests/inspector/elements/elements-css-path-expected.txt
@@ -0,0 +1,64 @@
+Tests DOMNode.cssPath()
+
+First
+Second
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11 ид
+12
+
+13
+14
+15
+16
+17
+18
+19
+20
+21 класс
+22
+23
+ html
+ head
+ head > meta
+ #script-id
+ head > script:nth-child(3)
+ #test-script
+ body
+ body > p
+ body > article:nth-child(2)
+ body > article:nth-child(3)
+ #ids
+ #ids > div:nth-child(1)
+ #ids > div:nth-child(2)
+ #inner-id
+ #\23 \22 ridiculous\22 \2e id
+ #\27 quoted\2e value\27
+ #\2e foo\2e bar
+ #\2d
+ #-a
+ #\2d 0
+ #\37
+ #ид
+ #ids > p
+ #classes
+ #classes > div.bar
+ #classes > div:nth-child(2)
+ #classes > div.\2e foo
+ #classes > div.\2e foo\2e bar
+ #classes > div.\2d
+ #classes > div.-a
+ #classes > div.\2d 0
+ #classes > div.\37
+ #classes > div.класс
+ #classes > span
+ #id-with-class
+

Powered by Google App Engine
This is Rietveld 408576698