diff options
Diffstat (limited to 'browser/modules/test/browser/contain_iframe.html')
-rw-r--r-- | browser/modules/test/browser/contain_iframe.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/browser/modules/test/browser/contain_iframe.html b/browser/modules/test/browser/contain_iframe.html new file mode 100644 index 0000000000..8cea71fae4 --- /dev/null +++ b/browser/modules/test/browser/contain_iframe.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + </head> + <body><iframe src="http://example.com"></iframe></body> +</html> |