[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / navigation_controller / page_with_link_to_load_iframe.html
blob4c17eb8ea19dcb8521b4ed83643a7785c1478600
1 <html>
2 <head></head>
3 <body>
4 <p><a href="simple_page_1.html" id="link" target="frame">go</a>
5 <p><iframe src="data:text/html,initial" name="frame"></iframe>
6 </body>
7 </html>