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

Unified Diff: content/test/data/browser_plugin_focus_child.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/browser_plugin_focus.html ('k') | content/test/data/browser_plugin_title_change.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/browser_plugin_focus_child.html
diff --git a/content/test/data/browser_plugin_focus_child.html b/content/test/data/browser_plugin_focus_child.html
new file mode 100644
index 0000000000000000000000000000000000000000..133fc0d2c55971e8d5008cffd5a1f78791328695
--- /dev/null
+++ b/content/test/data/browser_plugin_focus_child.html
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <button id="before" tabindex="0">Before</button>
+ <button id="after" tabindex="0">After</button>
+ </body>
+</html>
« no previous file with comments | « content/test/data/browser_plugin_focus.html ('k') | content/test/data/browser_plugin_title_change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698