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

Unified Diff: chrome/browser/apps/guest_view/web_view_browsertest.cc

Issue 987473002: Added the onResize and onContentResize events to GuestViewEvents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/browser/apps/guest_view/web_view_browsertest.cc
diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc
index ca29991610efe32e6a90f337f77e5a673b53be4f..d6b6220cf6b5dff360de80406048287f1678ccaf 100644
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
@@ -2458,6 +2458,11 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestLoadDataAPI) {
TestHelper("testLoadDataAPI", "web_view/shim", NEEDS_TEST_SERVER);
}
+// This test verifies that the resize and contentResize events work correctly.
+IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestResizeEvents) {
+ TestHelper("testResizeEvents", "web_view/shim", NO_TEST_SERVER);
+}
+
// This test verify that the set of rules registries of a webview will be
// removed from RulesRegistryService after the webview is gone.
// http://crbug.com/438327
@@ -2543,6 +2548,8 @@ IN_PROC_BROWSER_TEST_F(WebViewCaptureTest,
TestHelper("testScreenshotCapture", "web_view/shim", NO_TEST_SERVER);
}
+
Fady Samuel 2015/03/05 21:15:34 Remove these extra lines.
paulmeyer 2015/03/06 18:31:02 Done.
+
#if defined(OS_WIN)
// Test is disabled on Windows because it times out often.
// http://crbug.com/403325

Powered by Google App Engine
This is Rietveld 408576698