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

Unified Diff: content/shell/shell_switches.cc

Issue 10869061: Make IndexedDB layout browser tests save incorrect results to a file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to comments Created 8 years, 3 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
Index: content/shell/shell_switches.cc
diff --git a/content/shell/shell_switches.cc b/content/shell/shell_switches.cc
index 09ca6f24560cf5a3f6b523ed4697e264be24d528..35e0c5eb5deba96ca1be8f6b3360c557bd974dd7 100644
--- a/content/shell/shell_switches.cc
+++ b/content/shell/shell_switches.cc
@@ -21,4 +21,7 @@ const char kDumpRenderTree[] = "dump-render-tree";
// Disables the timeout for layout tests.
const char kNoTimeout[] = "no-timeout";
+// Save results when layout-as-browser tests fail.
+const char kOutputLayoutTestDifferences[] = "output-layout-test-differences";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698