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

Unified Diff: chrome/test/data/extensions/webstore_blocked_by_frame_src.html

Issue 2736863003: Test that no crash happens with the CWS error page.
Patch Set: Created 3 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: chrome/test/data/extensions/webstore_blocked_by_frame_src.html
diff --git a/chrome/test/data/extensions/webstore_blocked_by_frame_src.html b/chrome/test/data/extensions/webstore_blocked_by_frame_src.html
new file mode 100644
index 0000000000000000000000000000000000000000..cf38c2e21c5f7bdbcfe789589c31b90d27012d2e
--- /dev/null
+++ b/chrome/test/data/extensions/webstore_blocked_by_frame_src.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Security-Policy" content="child-src 'none';">
+</head>
+<body>
+ <iframe src="https://chrome.google.com/webstore"> </iframe>
nasko 2017/03/09 05:07:22 Instead of hardcoding this URL in the HTML file, w
arthursonzogni 2017/03/09 15:40:52 Yes, good idea. I applied your suggestion, but the
nasko 2017/03/09 17:18:10 You could use the TestNavigationManager and WaitFo
arthursonzogni 2017/03/10 09:25:47 If a crash happens, it will be in RenderFrameHostI
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698