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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Security-Policy" content="child-src 'none';">
5 </head>
6 <body>
7 <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
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698