Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / automation / tests / tabs / tab_id.js
index 0bf163c..c14659a 100644 (file)
@@ -1,3 +1,4 @@
+
 // Copyright 2014 The Chromium Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
@@ -22,7 +23,7 @@ function assertCorrectTab(rootNode) {
 
 var allTests = [
   function testGetTabById() {
-    getUrlFromConfig(function(url) {
+    getUrlFromConfig('index.html', function(url) {
       // Keep the NTP as the active tab so that we know we're requesting the
       // tab by ID rather than just getting the active tab still.
       createBackgroundTab(url, function(tab) {