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

Unified Diff: android_webview/tools/automated_ui_tests/test/data/alert.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.html
diff --git a/android_webview/tools/automated_ui_tests/test/data/alert.html b/android_webview/tools/automated_ui_tests/test/data/alert.html
new file mode 100644
index 0000000000000000000000000000000000000000..e45a9571456aac5762b9f8b01a6202c72510cd5a
--- /dev/null
+++ b/android_webview/tools/automated_ui_tests/test/data/alert.html
@@ -0,0 +1,7 @@
+<html>
mikecase (-- gone --) 2016/07/13 19:38:20 Doesnt look like anything uses these html files. P
+ <body>
+ <script type="text/javascript">
+ alert("Alerted!");
+ </script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698