chromium/chrome/test/data/popup_blocker/popup-frames-iframe.html

<!DOCTYPE html>
<html>
<head>
<title>iframe that opens a poup</title>
<script>
function test() {
  window.open("about:blank");
}
</script>
</head>
<body onload="test()">
</body>
</html>