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: 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 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..d8a4eff04abb8059f8e21d37378b3441e4231f4a
--- /dev/null
+++ b/LayoutTests/inspector/elements/elements-css-path-expected.txt
@@ -0,0 +1,55 @@
+Tests DOMNode.cssPath()
+
+ид
+класс
+ 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
+ #__proto__
+ #\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.foo.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 > div:nth-child(10)
+ #classes > div.__proto__.foo
+ #classes > span
+ #id-with-class
+ #non-unique-classes
+ #non-unique-classes > span:nth-child(1)
+ #non-unique-classes > span:nth-child(2)
+ #non-unique-classes > span:nth-child(3)
+ #non-unique-classes > span.c1.c2.c3
+ #non-unique-classes > span:nth-child(5)
+ #non-unique-classes > div:nth-child(6)
+ #non-unique-classes > div.c1.c2
+ #non-unique-classes > div.c3.c2
+ #non-unique-classes > div.c3.c4
+ #non-unique-classes > div.c1.c4
+ #non-unique-classes > div:nth-child(11)
+
« 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