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

Unified Diff: chrome/test/data/windowed_npapi_plugin.html

Issue 150073002: Fix windowed plugins not appearing if opened in the background until the browser resizes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/windowed_npapi_plugin.html
===================================================================
--- chrome/test/data/windowed_npapi_plugin.html (revision 0)
+++ chrome/test/data/windowed_npapi_plugin.html (revision 0)
@@ -0,0 +1,23 @@
+<hmtl>
+<body>
+<embed type="application/vnd.npapi-test"
+ height="300"
+ width="100%"
+ name="set_title_in_set_window_and_paint"
+ id="1"
+ mode="np_embed"/>
+</body>
+
+<script>
+function PluginCreated() {
+ window.document.title = "created";
+ return;
+}
+
+function PluginShown() {
+ window.document.title = "shown";
+ return;
+}
+</script>
+
+</hmtl>
Property changes on: chrome\test\data\windowed_npapi_plugin.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/chrome_plugin_browsertest.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698