diff options
Diffstat (limited to 'dom/base/test/iframe2_bug1640766.html')
-rw-r--r-- | dom/base/test/iframe2_bug1640766.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/base/test/iframe2_bug1640766.html b/dom/base/test/iframe2_bug1640766.html new file mode 100644 index 0000000000..6a5ca30796 --- /dev/null +++ b/dom/base/test/iframe2_bug1640766.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<head> +<title>Iframe 2 for Bug 1640766</title> +</head> +<body> +<div>Iframe 2</div> +<iframe src="http://mochi.test:8888/tests/dom/base/test/iframe1_bug1640766.html"></iframe> +</body> +</html> |