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

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: Protect from ridiculous IDs 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..8de5ca1a8aaa5d5e2cd3fa84a510b02ee438c44a
--- /dev/null
+++ b/LayoutTests/inspector/elements/elements-css-path-expected.txt
@@ -0,0 +1,45 @@
+Tests DOMNode.cssPath()
+
+First
+Second
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+
+
+Running: init
+
+Running: enqueueNodes
+
+Running: dumpNodes
+ html
+ head
+ #script-id
+ head > script:nth-child(2)
+ #test-script
+ body
+ body > p
+ body > article:nth-child(2)
+ body > article:nth-child(3)
+ body > div.bar
+ body > div:nth-child(5)
+ body > span
+ #id-with-class
+ #container
+ #container > div:nth-child(1)
+ #container > div:nth-child(2)
+ #inner-id
+ [id='#"ridiculous".id']
+ [id="'quoted.value'"]
+ [id=".foo.bar"]
+ #container > p
+ body > div:nth-child(9)
+

Powered by Google App Engine
This is Rietveld 408576698