Chromium Code Reviews| 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> |