summaryrefslogtreecommitdiffstats
path: root/content/test/data/browser_plugin_focus_child.html
blob: 133fc0d2c55971e8d5008cffd5a1f78791328695 (plain)
1
2
3
4
5
6
<html>
  <body>
    <button id="before" tabindex="0">Before</button>
    <button id="after" tabindex="0">After</button>
  </body>
</html>