comparison: docshell/test/navigation/iframe.html
docshell/test/navigation/iframe.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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> |