Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / cookies / no_permission / background.js
blob669e62b01d40877a9a47ba5a04a532e78fac31ba
1 // Copyright (c) 2011 The Chromium 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.
5 chrome.test.runTests([
6 function readCookies() {
7 chrome.test.assertEq(undefined, chrome.cookies);
8 chrome.test.succeed();
10 ]);