• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 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
5AUTHOR = 'dbeckett'
6NAME = 'policy_NewTabPageLocation'
7TIME = 'SHORT'
8TEST_CATEGORY = 'General'
9TEST_CLASS = 'enterprise'
10TEST_TYPE = 'client'
11
12DOC = '''
13Verify effect of NewTabPageLocation policy on client behavior.
14
15If the NewTabPageLocation is set and the user goes to a newtab
16the set URL should load.
17
18If the NewTabPageLocation is not set and the user goes to a newtab
19then chrome://newtab/ should open.
20
21'''
22
23args_dict = utils.args_to_dict(args)
24
25job.run_test('policy_HomepageLocation', **args_dict)
26