commit | d3d3f0420ddaa8f501a8d0313164f467ddff6f95 | [log] [tgz] |
---|---|---|
author | Kent Tamura <[email protected]> | Wed Dec 12 02:45:28 2018 |
committer | Commit Bot <[email protected]> | Wed Dec 12 02:45:28 2018 |
tree | 1ce86a9d6d65223bc995c1f26c91bbd2d27caf2e | |
parent | 42fd2c8fca1648a9d43ee63aa0d402d215b52718 [diff] [blame] |
Fix "layout test" in comments in blink/{public,renderer}. [email protected] Bug: 843412 Change-Id: I36cd63ab1c3b0b0541d458fa91d3b8c8759356f6 Reviewed-on: https://chromium-review.googlesource.com/c/1373049 Reviewed-by: Kent Tamura <[email protected]> Commit-Queue: Kent Tamura <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#615796} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: fad2769a1af7e86f2d53a17e73439c8ae15142f7
diff --git a/scripts/npm_test.js b/scripts/npm_test.js index 113faa8..fc49885 100644 --- a/scripts/npm_test.js +++ b/scripts/npm_test.js
@@ -254,7 +254,7 @@ console.log('=============================================\n'); } var args = [BLINK_TEST_PATH].concat(testArgs).concat(getTestFlags()); - console.log(`Running layout tests with args: ${args}`); + console.log(`Running web tests with args: ${args}`); childProcess.spawn(PYTHON, args, {stdio: 'inherit'}); } @@ -277,4 +277,4 @@ 'http/tests/inspector*', 'http/tests/devtools', ]; -} \ No newline at end of file +}