diff options
Diffstat (limited to 'browser/base/content/test/plugins/plugin_bug787619.html')
-rw-r--r-- | browser/base/content/test/plugins/plugin_bug787619.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/browser/base/content/test/plugins/plugin_bug787619.html b/browser/base/content/test/plugins/plugin_bug787619.html new file mode 100644 index 000000000..cb91116f0 --- /dev/null +++ b/browser/base/content/test/plugins/plugin_bug787619.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head><meta charset="utf-8"/></head> +<body> + <a id="wrapper"> + <embed id="plugin" style="width: 200px; height: 200px" type="application/x-test"> + </a> +</body> +</html> |