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

Unified Diff: LayoutTests/dart/dom/Console.dart

Issue 18169002: Improve Dart Debugger performance and robustness by creating Dart wrappers using the standard SetNa… (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: code review fixes Created 7 years, 5 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 | LayoutTests/dart/dom/Console-expected.txt » ('j') | Source/bindings/dart/DartDOMWrapper.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/dom/Console.dart
diff --git a/LayoutTests/dart/dom/Console.dart b/LayoutTests/dart/dom/Console.dart
index 9b2dc74f67b6d4bc07cd7dab5614cbc6349e6d47..98b437a2a44904361df30dfb89e9965e149f3375 100644
--- a/LayoutTests/dart/dom/Console.dart
+++ b/LayoutTests/dart/dom/Console.dart
@@ -7,7 +7,10 @@ main() {
test('Console', () {
window.console.log("Test message.");
window.console.log(42);
+ // The object will show up in the console as an interactive object
+ // so a blank line will show up in the Layout Test text output.
window.console.log(new TestObjectWithToString());
+ window.console.log(true);
});
}
« no previous file with comments | « no previous file | LayoutTests/dart/dom/Console-expected.txt » ('j') | Source/bindings/dart/DartDOMWrapper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698