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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: filter console messages in content_shell rather than python Created 3 years, 9 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-format-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
index 635273921751954c54e30b8e16d7a85126b06bcf..3375373aba8d9ff2d2074cd008c3c8ca7fbd86db 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
@@ -21,19 +21,19 @@ CONSOLE MESSAGE: line 13: Error
CONSOLE MESSAGE: line 12: Error: my error message
CONSOLE MESSAGE: line 13: Error: my error message
CONSOLE MESSAGE: line 12: Error: my multiline
-error message
+CONSOLE MESSAGE: line 12: error message
CONSOLE MESSAGE: line 13: Error: my multiline
-error message
+CONSOLE MESSAGE: line 13: error message
CONSOLE MESSAGE: line 12: [object HTMLParagraphElement]
CONSOLE MESSAGE: line 13: [object HTMLParagraphElement]
CONSOLE MESSAGE: line 12: function () { return 1; }
CONSOLE MESSAGE: line 13: function () { return 1; }
CONSOLE MESSAGE: line 12: function () {
- return 2;
- }
+CONSOLE MESSAGE: line 12: return 2;
+CONSOLE MESSAGE: line 12: }
CONSOLE MESSAGE: line 13: function () {
- return 2;
- }
+CONSOLE MESSAGE: line 13: return 2;
+CONSOLE MESSAGE: line 13: }
CONSOLE MESSAGE: line 12: 0.12
CONSOLE MESSAGE: line 13: 0.12
CONSOLE MESSAGE: line 12: http://webkit.org/
@@ -77,9 +77,9 @@ CONSOLE MESSAGE: line 13: function Object() { [native code] }
CONSOLE MESSAGE: line 12: [object Object]
CONSOLE MESSAGE: line 13: [object Object]
CONSOLE MESSAGE: line 12: function ( /**/ foo/**/, /*/**/bar,
- /**/baz) {}
+CONSOLE MESSAGE: line 12: /**/baz) {}
CONSOLE MESSAGE: line 13: function ( /**/ foo/**/, /*/**/bar,
- /**/baz) {}
+CONSOLE MESSAGE: line 13: /**/baz) {}
CONSOLE MESSAGE: line 12: 42.0000
CONSOLE MESSAGE: line 13: 42.0000
CONSOLE MESSAGE: line 12: abc

Powered by Google App Engine
This is Rietveld 408576698