blob: 36af5f448b213e7a7d72d400015d5cf2f62019e1 [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.multipleurls_allow'
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 set to multiple URL patterns, and DefaultCookiesSetting policy
is set to 2 (do not allow by default).
The test case shall pass iff the browser allows cookies for any test page with
an URL that matches any of the URL patterns specified in CookiesAllowedForUrls,
and blocks cookies on any page with an URL that does not match. It shall fail
if the browser does not enforce this behavior.
'''
job.run_test('policy_CookiesAllowedForUrls', case='MultipleUrls_Allow')