diff options
Diffstat (limited to 'docshell/test/navigation/file_bug1375833-frame1.html')
-rw-r--r-- | docshell/test/navigation/file_bug1375833-frame1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docshell/test/navigation/file_bug1375833-frame1.html b/docshell/test/navigation/file_bug1375833-frame1.html new file mode 100644 index 0000000000..ea38326479 --- /dev/null +++ b/docshell/test/navigation/file_bug1375833-frame1.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>iframe test page 1</title> + </head> + <body>iframe test page 1</body> +</html> |