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

Unified Diff: content/shell/common/layout_test.mojom

Issue 2869333002: Initialize test configuration to a default value. (Closed)
Patch Set: Run cl format. Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/layout_test.mojom
diff --git a/content/shell/common/layout_test.mojom b/content/shell/common/layout_test.mojom
index 81f97031250652eeb175260b0acea97883040ada..dd61553f4ecc53ef400cb7fb93457871bbca441e 100644
--- a/content/shell/common/layout_test.mojom
+++ b/content/shell/common/layout_test.mojom
@@ -22,7 +22,7 @@ struct ShellTestConfiguration {
url.mojom.Url test_url;
// True if pixel tests are enabled.
- bool enable_pixel_dumping;
+ bool enable_pixel_dumping = true;
// True if tests can open external URLs
bool allow_external_pages;
« no previous file with comments | « no previous file | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698