diff options
Diffstat (limited to 'dom/tests/mochitest/chrome/file_MozDomFullscreen.html')
-rw-r--r-- | dom/tests/mochitest/chrome/file_MozDomFullscreen.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/tests/mochitest/chrome/file_MozDomFullscreen.html b/dom/tests/mochitest/chrome/file_MozDomFullscreen.html new file mode 100644 index 000000000..f95489270 --- /dev/null +++ b/dom/tests/mochitest/chrome/file_MozDomFullscreen.html @@ -0,0 +1,8 @@ +<html> +<head> +</head> +<body style="background-color: blue;"> +<p>Outer doc</p> +<iframe id="innerFrame" src="http://mochi.test:8888/"></iframe> +</body> +</html> |