Chromium Code Reviews| Index: chrome/test/data/chromedriver/alert_onload.html |
| diff --git a/chrome/test/data/chromedriver/alert_onload.html b/chrome/test/data/chromedriver/alert_onload.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a88dcfb7eec2716cd06b9b2d1c5e45b589ff3022 |
| --- /dev/null |
| +++ b/chrome/test/data/chromedriver/alert_onload.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <script>alert('This is a javascript alert.');</script> |
| + </body> |
| +</html> |