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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <hmtl>
2 <body>
3 <embed type="application/vnd.npapi-test"
4 height="300"
5 width="100%"
6 name="set_title_in_set_window_and_paint"
7 id="1"
8 mode="np_embed"/>
9 </body>
10
11 <script>
12 function PluginCreated() {
13 window.document.title = "created";
14 return;
15 }
16
17 function PluginShown() {
18 window.document.title = "shown";
19 return;
20 }
21 </script>
22
23 </hmtl>
OLDNEW
« 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