chromium/content/test/data/page_with_blank_iframe.html

<html>
<head></head>
<body>
  <p>This page has blank iframe. Yay for iframes!
  <p><iframe id="test_iframe" name="test_iframe"></iframe>
</body>
</html>