<html> | |
<head> | |
<script src="../cookies/resources/resetCookies.js"></script> | |
<script> | |
resetCookies(); | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.waitUntilDone(); | |
} | |
</script> | |
<body> | |
This tests that plug-ins cannot set cookies in violation of the 3rd party cookie policy.<br> | |
<iframe src="http://localhost:8000/plugins/resources/third-party-cookie-accept-policy-iframe.html"></iframe> | |
</body> | |
</html> |