blob: 39ee788f962effeb8c7e20673caab17ce6da07b7 [file] [log] [blame]
<html>
<body>
<p>You should see two 'hello world' frames below, each in 'view source' mode.</p>
<hr>
<iframe viewsource src="data:text/html,<p>hello world</p>"></iframe>
<iframe src="data:text/html,<frameset><frame viewsource src='data:text/html,<p>hello world</p>'></frameset"></iframe>
</body>
</html>