diff options
Diffstat (limited to 'docshell/test/navigation/iframe.html')
-rw-r--r-- | docshell/test/navigation/iframe.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docshell/test/navigation/iframe.html b/docshell/test/navigation/iframe.html new file mode 100644 index 0000000000..4685fea7b7 --- /dev/null +++ b/docshell/test/navigation/iframe.html @@ -0,0 +1,8 @@ +<html> +<body> +<script> +var src = window.location.hash.substring(1); +document.write('<iframe src="' + src + '"></iframe>'); +</script> +</body> +</html> |