diff options
Diffstat (limited to 'docshell/test/chrome/bug301397_1.html')
-rw-r--r-- | docshell/test/chrome/bug301397_1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docshell/test/chrome/bug301397_1.html b/docshell/test/chrome/bug301397_1.html new file mode 100644 index 0000000000..9943c2efe6 --- /dev/null +++ b/docshell/test/chrome/bug301397_1.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>iframe parent</title> + </head> +<body> + <iframe id="iframe" src="bug301397_2.html"/> + </body> +</html> |