blob: dbc5feef31bf2697c1e3df803afaed29d5c102d8 [file] [log] [blame]
# Copyright 2017 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 = "rjahagir"
NAME = "platform_InputNewTab"
PURPOSE = """Verify that keyboard shortcuts ctrl+t and ctrl+w can open and close
tabs respectively."""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
ATTRIBUTES = "suite:platform_input"
DOC = """
Open and close new tabs in browser using keyboard shortcut.
The test will fail if the number of tabs open does not match the expected number of tabs.
"""
job.run_test("platform_InputNewTab")