Suppress text dump of JavaScript modal dialog messages in testharness.js tests
Introduce testRunner.setDumpJavaScriptDialogs(), and set it to false in
testharnessreport.js.
Text for JavaScript dialogs are dumped by default in layout tests, but we'd like to
suppress them for testharness.js-based tests in order to remove PASS-only
-expected.txt.
Committed:
https://crrev.com/217ff8855ced140af1f6f95f69991d98503858dc
Cr-Commit-Position: refs/heads/master@{#431828}