chromium/android_webview/tools/automated_ui_tests/test/data/alert.html

<html>
<body>
  <button onclick="alert('Clicked');" id="alert-button">Click to alert</button>
</body>
</html>