<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="/js-test-resources/plugin.js"></script> | |
</head> | |
<body> | |
<iframe src="http://127.0.0.1:8000/security/contentSecurityPolicy/resources/echo-object-data.pl?plugin=data:application/x-webkit-test-netscape,logifloaded&log=PASS!&csp=img-src%20'none'"></iframe> | |
</body> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpChildFramesAsText(); | |
} | |
runAfterPluginLoad(null, NotifyDone, document.getElementsByTagName("iframe")[0]); | |
</script> | |
</html> |