Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1243)

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/guest_focus_test/test.js

Issue 2116663002: Test for BrowserPlugin-based WebView Focus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revise surface waiting. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {});
});

Powered by Google App Engine
This is Rietveld 408576698