diff options
Diffstat (limited to 'toolkit/components/gfx/content/sanitytest.html')
-rw-r--r-- | toolkit/components/gfx/content/sanitytest.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/components/gfx/content/sanitytest.html b/toolkit/components/gfx/content/sanitytest.html new file mode 100644 index 000000000..d60c47923 --- /dev/null +++ b/toolkit/components/gfx/content/sanitytest.html @@ -0,0 +1,6 @@ +<html> + <body> + <div style="width:64px; height:64px; background-color:red;"></div> + <video src="videotest.mp4"></video> + </body> +</html> |