gpu: fix CopyTextureCHROMIUM for GL_ARB_texture_rectangle
[chromium-blink-merge.git] / chrome / test / data / windowed_npapi_plugin.html
blob1a0cc4b58406f958caeaf185697aff41d26a0743
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>
11 <script>
12 function PluginCreated() {
13 window.document.title = "created";
14 return;
17 function PluginShown() {
18 window.document.title = "shown";
19 return;
21 </script>
23 </hmtl>