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

Unified Diff: client/site_tests/desktopui_WindowManagerFocusNewWindows/control

Issue 1371003: test: Add desktopui_WindowManagerFocusNewWindows. (Closed)
Patch Set: (sort of) handle the case where we need to log in Created 10 years, 9 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: client/site_tests/desktopui_WindowManagerFocusNewWindows/control
diff --git a/client/site_tests/desktopui_WindowManagerFocusNewWindows/control b/client/site_tests/desktopui_WindowManagerFocusNewWindows/control
new file mode 100644
index 0000000000000000000000000000000000000000..cc6b5641c07a96595edc2cb3aa039f7587e8e36f
--- /dev/null
+++ b/client/site_tests/desktopui_WindowManagerFocusNewWindows/control
@@ -0,0 +1,18 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+AUTHOR = "Daniel Erat <derat@chromium.org>"
+NAME = "window manager focus new windows"
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "desktopui"
+TEST_TYPE = "client"
+
+DOC = """
+Test that the window manager focuses and maximizes new windows.
+
+It also checks that we're able to cycle between windows using hotkeys.
+"""
+
+job.run_test('desktopui_WindowManagerFocusNewWindows')

Powered by Google App Engine
This is Rietveld 408576698