chromium/chrome/test/data/constrained_files/show_alert_2.html

<html>
  <head>
    <title>Must show alert to pass!</title>
  </head>
  <body onClick="alert('Alert running');">
    <h1>Must show alert to pass!</h1>
  </body>
</html>