Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / permissions / enabled / background.js
index b4dd214..86a1fd9 100644 (file)
@@ -8,20 +8,6 @@
 var pass = chrome.test.callbackPass;
 
 chrome.test.runTests([
-  function experimental() {
-    // Test that use of an experimental API works.
-    // If/when chrome.experimental.accessibility is moved out of
-    // experimental, this test needs to be updated.
-    chrome.tabs.getSelected(null, function(tab) {
-      try {
-        chrome.experimental.accessibility.getAlertsForTab(
-          tab.id, pass(function(alerts) {}));
-      } catch (e) {
-        chrome.test.fail();
-      }
-    });
-  },
-
   function history() {
     try {
       var query = { 'text': '', 'maxResults': 1 };