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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
mikecase (-- gone --) 2016/07/13 19:38:20 Doesnt look like anything uses these html files. P
2 <body>
3 <script type="text/javascript">
4 alert("Alerted!");
5 </script>
6 </body>
7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698