summaryrefslogtreecommitdiff
path: root/browser/base/content/test/plugin_test2.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/plugin_test2.html')
-rw-r--r--browser/base/content/test/plugin_test2.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/browser/base/content/test/plugin_test2.html b/browser/base/content/test/plugin_test2.html
new file mode 100644
index 000000000..95614c930
--- /dev/null
+++ b/browser/base/content/test/plugin_test2.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+</head>
+<body>
+<embed id="test1" style="width: 200px; height: 200px" type="application/x-test">
+<embed id="test2" style="width: 200px; height: 200px" type="application/x-test">
+</body>
+</html>