1
    2
    3
    4
    5
    6
    7

content / test / data / page_with_non_webby_iframe.html [blame]

<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>