Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: chrome/test/data/chromedriver/alert_onload.html

Issue 1882603003: [Chromedriver] Add testcase for testing alert on new window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
samuong 2017/03/27 18:22:07 don't forget the <!DOCTYPE html> at the top
gmanikpure 2017/03/27 20:59:36 Done.
2 <body>
3 <script> alert('This is a javascript alert.'); </script>
samuong 2017/03/27 18:22:06 nit: don't put spaces before the alert statement
gmanikpure 2017/03/27 20:59:36 Done.
4 </body>
5 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698