chromium/content/test/data/navigation_controller/hash_anchor_with_iframe.html

<html>
<body>
<a href="#Test" id="test_anchor">Test</a>
<iframe id="embed_frame" src="simple_page_1.html"></iframe>
<p id="Test">Simple page.
</body>
</html>