diff options
Diffstat (limited to 'dom/plugins/test/mochitest/file_bug771202.html')
-rw-r--r-- | dom/plugins/test/mochitest/file_bug771202.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/plugins/test/mochitest/file_bug771202.html b/dom/plugins/test/mochitest/file_bug771202.html new file mode 100644 index 000000000..935be65b2 --- /dev/null +++ b/dom/plugins/test/mochitest/file_bug771202.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> +<head> +</head> +<body> + <embed id="pluginElement" type="application/x-test" width="200" height="200"></embed> +</body> +</html> |