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
+}