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

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: fix << 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
« no previous file with comments | « content/shell/shell_switches.h ('k') | content/test/layout_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/shell/shell_switches.h ('k') | content/test/layout_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698