OLD | NEW |
---|---|
(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> | |
OLD | NEW |