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

Side by Side Diff: content/test/data/browser_plugin_focus.html

Issue 10868012: Browser Plugin: New Implementation (Browser Side) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master-trial-obrowser
Patch Set: Disable BrowserPluginHostTest.NavigateGuest on win, flaking. Created 8 years, 3 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script type="text/javascript">
4 function SetSrc(src) {
5 plugin = document.getElementById('plugin');
6 plugin.src = src;
7 }
8 </script>
9 </head>
10
11 <body>
12 <button id="before" tabindex="0">Before</button>
13 <object id="plugin"
14 tabindex="0"
15 type="application/new-browser-plugin"
16 width="640"
17 height="480"
18 border="0px"></object>
19 <button id="after" tabindex="0">After</button>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « content/test/data/browser_plugin_embedder_crash.html ('k') | content/test/data/browser_plugin_focus_child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698