diff options
Diffstat (limited to 'content/test/data/browser_plugin_focus_child.html')
-rw-r--r-- | content/test/data/browser_plugin_focus_child.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 0000000..133fc0d --- /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> |