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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 AUTHOR = "Daniel Erat <derat@chromium.org>"
6 NAME = "window manager focus new windows"
7 TIME = "SHORT"
8 TEST_CATEGORY = "Functional"
9 TEST_CLASS = "desktopui"
10 TEST_TYPE = "client"
11
12 DOC = """
13 Test that the window manager focuses and maximizes new windows.
14
15 It also checks that we're able to cycle between windows using hotkeys.
16 """
17
18 job.run_test('desktopui_WindowManagerFocusNewWindows')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698