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

Unified Diff: android_webview/tools/automated_ui_tests/test/data/alert_old.html

Issue 2146713003: Refactor and add special test runner to support Espresso tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: android_webview/tools/automated_ui_tests/test/data/alert_old.html
diff --git a/android_webview/tools/automated_ui_tests/test/data/alert_old.html b/android_webview/tools/automated_ui_tests/test/data/alert_old.html
new file mode 100644
index 0000000000000000000000000000000000000000..e2d276874049adadd7d7ba42e3c89c8e2ba976f7
--- /dev/null
+++ b/android_webview/tools/automated_ui_tests/test/data/alert_old.html
@@ -0,0 +1,12 @@
+<html>
+ <body>
+ <script type="text/javascript">
+ function sayAlert(){
+ alert("Alerted");
+ }
+ </script>
+ <form>
+ <input id="alert-button" type="button" onclick="sayAlert()" value="Say Hello" />
+ </form>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698