summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/chromedriver/frame_with_button.html
blob: a5822625c8b59a1f56ee1b6c8c23f779f9a693c7 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<html>
  <body>
    <button id="btn" onclick="alert('this is an alert')">alert</button>
  </body>
</html>