blob: 60237b41039241087867cf0bb57adf667432af26 [file] [log] [blame]
# Copyright 2016 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 = 'scunningham'
NAME = 'policy_CookiesAllowedForUrls.notset_block'
ATTRIBUTES = 'suite:ent-nightly, suite:policy'
TIME = 'SHORT'
TEST_CATEGORY = 'General'
TEST_CLASS = 'enterprise'
TEST_TYPE = 'client'
DOC = '''
Verify effects of CookiesAllowedForUrls policy.
This test case verifies the behavior of Chrome OS when CookiesAllowedForUrls
user policy is not set to any URL pattern, and DefaultCookiesSetting policy
is set to 2 (do not allow by default).
The test case shall pass iff the browser blocks cookies for every test page.
It shall fail if the browser allows cookies on any test page.
'''
job.run_test('policy_CookiesAllowedForUrls', case='NotSet_Block')