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

Unified Diff: LayoutTests/inspector/console/console-format-expected.txt

Issue 654753003: DevTools: text node rendering in the console regressed when migrated to promises. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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: LayoutTests/inspector/console/console-format-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-expected.txt b/LayoutTests/inspector/console/console-format-expected.txt
index 00779e66584a2507ee8bd0bc2c9bbcfa2446987a..f88b34679cd5c7d1f6d0de5774a905286188cab2 100644
--- a/LayoutTests/inspector/console/console-format-expected.txt
+++ b/LayoutTests/inspector/console/console-format-expected.txt
@@ -80,6 +80,8 @@ CONSOLE MESSAGE: line 12: abc
CONSOLE MESSAGE: line 13: abc
CONSOLE MESSAGE: line 12: [object Uint16Array]
CONSOLE MESSAGE: line 13: [object Uint16Array]
+CONSOLE MESSAGE: line 12: [object Text]
+CONSOLE MESSAGE: line 13: [object Text]
Tests that console logging dumps proper messages.
console-format.html:26 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0]
@@ -232,4 +234,8 @@ console-format.html:12 [1, 2, 3]
console-format.html:13 [Uint16Array[3]]0: Uint16Array[3]length: 1__proto__: Array[0]
globals[33]
[1, 2, 3]
+console-format.html:12 #text
+console-format.html:13 [text]0: textlength: 1__proto__: Array[0]
+globals[34]
+#text
« no previous file with comments | « LayoutTests/inspector/console/console-format.html ('k') | Source/devtools/front_end/console/ConsoleViewMessage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698