chromium/chrome/test/data/chromedriver/alert_onload.html

<!DOCTYPE html>
<html>
  <body>
    <script>alert('This is a javascript alert.');</script>
  </body>
</html>