Index: chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/test.js |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/test.js b/chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/test.js |
similarity index 69% |
copy from chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/test.js |
copy to chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/test.js |
index 031a1b7f586f8434cb01db1fe8701190a8ab6183..151540001fd0247bce75129fc70f7fda5cc338f8 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/scrollable_embedder_and_guest/test.js |
+++ b/chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/test.js |
@@ -1,9 +1,9 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Copyright 2016 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. |
chrome.app.runtime.onLaunched.addListener(function() { |
chrome.app.window.create('main.html', { |
- bounds: { width: 400, height: 200 } |
+ bounds: { width: 400, height: 400 } |
}, function() {}); |
}); |