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

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: 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..6d7dae1a0ce0789cccc6e0531b5a833fdab1fb91
--- /dev/null
+++ b/LayoutTests/inspector/elements/elements-css-path-expected.txt
@@ -0,0 +1,29 @@
+Tests DOMNode.cssPath()
+
+First
+Second
+1
+2
+3
+4
+5
+6
+7
+
+ html
+ head
+ #script-id
+ head > script:nth-child(2)
+ body
+ body > p
+ body > article:nth-child(2)
+ body > article:nth-child(3)
+ body > div.bar
+ body > div:nth-child(5)
+ body > span
+ #container
+ #container > div:nth-child(1)
+ #container > div:nth-child(2)
+ #inner-id
+ #container > p
+

Powered by Google App Engine
This is Rietveld 408576698