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

Side by Side Diff: third_party/WebKit/LayoutTests/harness-tests/wpt/console_logging.html

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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>Console messages with new lines should have a console prefix applied to e ach line.</title>
Rick Byers 2017/02/24 22:02:27 Nit: update title to indicate that for this test i
Dan Elphick 2017/02/27 11:03:06 Done.
3 <script src="../../resources/testharness.js"></script>
4 <script src="../../resources/testharnessreport.js"></script>
5 <script>
6
7 console.log("Single line message");
8 console.log("Multi-line\nmessage");
9 test(function() {
10 assert_true(false);
11 }, 'Test needs to fail so that an expected.txt file is written out and be examin ed for console messages.');
12
13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698