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

Unified Diff: chrome/test/data/android/page_with_iframe_as_content_url.html

Issue 2473153005: Revert of Increase test coverage for Content:// urls (Closed)
Patch Set: Created 4 years, 1 month 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: chrome/test/data/android/page_with_iframe_as_content_url.html
diff --git a/chrome/test/data/android/page_with_iframe_as_content_url.html b/chrome/test/data/android/page_with_iframe_as_content_url.html
deleted file mode 100644
index 6a3307c8fa57006acfa7eb936758c3b07019c037..0000000000000000000000000000000000000000
--- a/chrome/test/data/android/page_with_iframe_as_content_url.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-
-<head>
- <script>
- onmessage = function(e) {
- document.title = e.data;
- }
- </script>
-</head>
-
-<body>
- <iframe id='iframe_test_id' src="content://org.chromium.chrome.test.TestContentProvider/simple_iframe.html" >
- </iframe>
-</body>
-
-</html>

Powered by Google App Engine
This is Rietveld 408576698