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

Unified Diff: content/test/data/mixed-content/basic-active.html

Issue 1550723003: Adapt MixedContentChecker for remote frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 4 years, 11 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: content/test/data/mixed-content/basic-active.html
diff --git a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html b/content/test/data/mixed-content/basic-active.html
similarity index 61%
copy from chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
copy to content/test/data/mixed-content/basic-active.html
index 831d97e24de6cb43730d9599d9c3fb347a3cd00c..96ec3b3430d42e64f860a5f3ab2e4ea3b057df69 100644
--- a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
+++ b/content/test/data/mixed-content/basic-active.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title>fullscreen</title>
</head>
<body>
- foobar
+ <iframe src="http://a.test"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698