summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index 0884929..26a79cb 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -14,6 +14,17 @@ const wchar_t kNoErrorDialogs[] = L"noerrdialogs";
const wchar_t kLayoutTests[] = L"layout-tests";
const wchar_t kCrashDumps[] = L"crash-dumps"; // Enable crash dumps
+// Causes the test_shell to run with a generic theme (part of layout_tests).
+const wchar_t kGenericTheme[] = L"generic-theme";
+
+// This causes the test_shell to run with the classic theme.
+// Passing --layout-tests enables this by default.
+const wchar_t kClassicTheme[] = L"classic-theme";
+
+// This causes the test_shell to run with the new windows theming engine
+// enabled. This is the default unless --layout-tests is specified.
+const wchar_t kUxTheme[] = L"ux-theme";
+
// Command line flags that control the tests when layout-tests is specified.
const wchar_t kNoTree[] = L"notree"; // Don't dump the render tree.
const wchar_t kDumpPixels[] = L"pixel-tests"; // Enable pixel tests.