comparison: docshell/test/navigation/iframe.html
docshell/test/navigation/iframe.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <body> |
|
3 <script> |
|
4 var src = window.location.hash.substring(1); |
|
5 document.write('<iframe src="' + src + '"></iframe>'); |
|
6 </script> |
|
7 </body> |
|
8 </html> |