chromium/content/test/data/page_with_non_webby_iframe.html

<html>
<head></head>
<body>
  <p>This page has an iframe with a non-webby scheme.</p>
  <p><iframe src="foo://bar" id="test_iframe"></iframe>
</body>
</html>