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

Unified Diff: LayoutTests/inspector/elements/node-xpath-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
« no previous file with comments | « LayoutTests/inspector/elements/node-xpath.xhtml ('k') | Source/devtools/front_end/DOMAgent.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/node-xpath-expected.txt
diff --git a/LayoutTests/inspector/elements/node-xpath-expected.txt b/LayoutTests/inspector/elements/node-xpath-expected.txt
index 3d627d73962e08305f9c0fceb42ef041ec49d679..53244488b900cfcb90ab4914833cbf33d358fb07 100644
--- a/LayoutTests/inspector/elements/node-xpath-expected.txt
+++ b/LayoutTests/inspector/elements/node-xpath-expected.txt
@@ -1,4 +1,4 @@
-Tests DOMNode.xPath()
+Tests node xPath construction
3 Prefix Suffix
4
@@ -15,7 +15,7 @@ Tests DOMNode.xPath()
'':'\nfunction f()\n{\n document.write("<");\n}\n//' - '/html/head/script[4]/text()[2]'
'body':'' - '/html/body'
'p':'' - '/html/body/p'
- '':'Tests DOMNode.xPath()' - '/html/body/p/text()'
+ '':'Tests node xPath construction' - '/html/body/p/text()'
'div':'' - '//*[@id="id1"]'
'div':'' - '//*[@id="id2"]'
'div':'' - '//*[@id="container"]'
« no previous file with comments | « LayoutTests/inspector/elements/node-xpath.xhtml ('k') | Source/devtools/front_end/DOMAgent.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698