Chromium Code Reviews| 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> |