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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-dirxml-expected.txt

Issue 2378183002: DevTools: console.dirxml() stops using XML format for array entries (Closed)
Patch Set: Created 4 years, 3 months 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/console/console-dirxml-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dirxml-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dirxml-expected.txt
index 7333695b201125e19f8fed3ee670457749268214..1598400070d7b52ab7e093767193d195ec831389 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dirxml-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dirxml-expected.txt
@@ -9,5 +9,5 @@ console-dirxml.html:12 #document
console-dirxml.html:13 #document-fragment
console-dirxml.html:14 <p></p>
console-dirxml.html:15 [p]
-console-dirxml.html:16 [#document, #document-fragment, <span></span>]
+console-dirxml.html:16 [document, document-fragment, span]
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698