Index: tools/testing/dart/test_suite.dart |
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
index cec0362ffe20edaf4af1144bf58f4820b81413e1..5addb70623660d181daba9e4d71fe475e45f2355 100644 |
--- a/tools/testing/dart/test_suite.dart |
+++ b/tools/testing/dart/test_suite.dart |
@@ -1282,7 +1282,7 @@ class StandardTestSuite extends TestSuite { |
var contentShellOptions = []; |
contentShellOptions.add('--no-timeout'); |
- contentShellOptions.add('--dump-render-tree'); |
+ contentShellOptions.add('--run-layout-test'); |
// Disable the GPU under Linux and Dartium. If the GPU is enabled, |
// Chrome may send a termination signal to a test. The test will be |