1
    2
    3
    4
    5
    6
    7

content / test / data / navigation_controller / hash_anchor_with_iframe.html [blame]

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