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

Unified Diff: chrome/test/data/extensions/api_test/mime_handler_view/index.html

Issue 1091253004: Fix MimeHandlerView plugin loading for data: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: chrome/test/data/extensions/api_test/mime_handler_view/index.html
diff --git a/chrome/test/data/extensions/api_test/icons/extension_no_permission/index.html b/chrome/test/data/extensions/api_test/mime_handler_view/index.html
similarity index 61%
copy from chrome/test/data/extensions/api_test/icons/extension_no_permission/index.html
copy to chrome/test/data/extensions/api_test/mime_handler_view/index.html
index b0340daa20b9f9977e6dddb54ccd4d0174255c10..ea5d99fafa6e73894248be738c1713aebc36eabd 100644
--- a/chrome/test/data/extensions/api_test/icons/extension_no_permission/index.html
+++ b/chrome/test/data/extensions/api_test/mime_handler_view/index.html
@@ -1,6 +1,6 @@
<html>
-<head><title>Not Loaded</title></head>
<body>
-<script src="index.js"></script>
+This is the MIME type handler.
</body>
+<script src="index.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698