summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/renderer/browser_plugin/browser_plugin_browsertest.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin_browsertest.cc b/content/renderer/browser_plugin/browser_plugin_browsertest.cc
index 36ee92c..0d2ed73 100644
--- a/content/renderer/browser_plugin/browser_plugin_browsertest.cc
+++ b/content/renderer/browser_plugin/browser_plugin_browsertest.cc
@@ -319,11 +319,17 @@ TEST_F(BrowserPluginTest, ResizeFlowControl) {
browser_plugin_manager()->sink().ClearMessages();
// Resize the browser plugin three times.
+
ExecuteJavaScript("document.getElementById('browserplugin').width = '641px'");
+ GetMainFrame()->view()->layout();
ProcessPendingMessages();
+
ExecuteJavaScript("document.getElementById('browserplugin').width = '642px'");
+ GetMainFrame()->view()->layout();
ProcessPendingMessages();
+
ExecuteJavaScript("document.getElementById('browserplugin').width = '643px'");
+ GetMainFrame()->view()->layout();
ProcessPendingMessages();
// Expect to see one resize messsage in the sink. BrowserPlugin will not issue