Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / context_menus / no_perms / test.js
blob8b8ae226cd8ee731e7fda403212ea31a457d69e6
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 var tests = [
6   function simple() {
7     chrome.test.assertEq(undefined, chrome.contextMenus);
8     chrome.test.succeed();
9   }
12 chrome.test.runTests(tests);