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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-custom-elements-expected.txt

Issue 2056433002: DevTools: properly format custom elements without nodenames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 6 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
Index: third_party/WebKit/LayoutTests/inspector/console/console-log-custom-elements-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-custom-elements-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-custom-elements-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4db0924446f98b26571595e8e0e98dd3f66dfb70
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-custom-elements-expected.txt
@@ -0,0 +1,7 @@
+CONSOLE MESSAGE: line 11: [object HTMLElement]
+CONSOLE MESSAGE: line 23: [object HTMLElement]
+Tests that logging custom elements uses proper formatting.
+
+console-log-custom-elements.html:11 foo-bar
+console-log-custom-elements.html:23 foo-bar2
+

Powered by Google App Engine
This is Rietveld 408576698