Index: third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
diff --git a/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html b/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
index 7958ad5f809b987d59b9e13885e0511b3ee56684..c9a39e55ed66f348104d207c12df0979cfbf87e3 100644 |
--- a/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
+++ b/third_party/WebKit/LayoutTests/plugins/plugin-initiate-popup-window.html |
@@ -64,7 +64,7 @@ function end_test() { |
} |
</script> |
</head> |
-<body onload="internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(); test();"> |
+<body onload="internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(); test();"> |
<embed type="application/x-blink-deprecated-test-plugin" width=100 height=40 mousedownscript="popup_by_mousedown()" windowedplugin="false"></embed><br> |
<embed type="application/x-blink-deprecated-test-plugin" width=100 height=40 keydownscript="popup_by_keydown()" windowedplugin="false"></embed><br> |
Specify a script and a mouse/keyboard event to the plugin. The specified script will be evaluated in the browser when the specified event is received by the plugin. The test is for bug https://bugs.webkit.org/show_bug.cgi?id=41292.<br> |