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

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: update missed mac expected.txt file Created 3 years, 10 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 50cacdc5cc01f8408460e86011655d311a92ee00..a99942dda18a6378bb633ea48e50c91486c53661 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