chromium/third_party/blink/web_tests/http/tests/security/aboutBlank/resources/iframe-with-about-blank-children.html

<html>
<head>
<script>
document.cookie = 'cookie=resources';
</script>
</head>
<body>
<iframe src="about:blank"></iframe>
<iframe src=""></iframe>
</body>
</html>