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

Unified Diff: android_webview/tools/WebViewShell/test/experimental/basic-logging.html

Issue 1785283005: [WebView] Reorganize all of the WebView Shell apks into their own dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/WebViewShell/test/experimental/basic-logging.html
diff --git a/android_webview/tools/WebViewShell/test/experimental/basic-logging.html b/android_webview/tools/WebViewShell/test/experimental/basic-logging.html
deleted file mode 100644
index 5f96087a62f3529d97b6705810c8a73b5e64509a..0000000000000000000000000000000000000000
--- a/android_webview/tools/WebViewShell/test/experimental/basic-logging.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
- <script src="../resources/js-test.js"></script>
- <body>
- SOMETEXT
- <script type="text/javascript">
- description("Test JavaScript feedback into WebView");
- debug("some debug text");
- debug(isWorker());
- debug(window.testRunner);
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698