summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/reftest/update-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/plugins/test/reftest/update-1-ref.html')
-rw-r--r--dom/plugins/test/reftest/update-1-ref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/plugins/test/reftest/update-1-ref.html b/dom/plugins/test/reftest/update-1-ref.html
new file mode 100644
index 000000000..7303d1984
--- /dev/null
+++ b/dom/plugins/test/reftest/update-1-ref.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+<head>
+<script src="utils.js">
+</script>
+</head>
+<body onLoad="forceLoadPlugin('plugin')">
+ <embed id="plugin" type="application/x-test"
+ drawmode="solid" color="FFFF0000" width="30" height="50">
+ </embed>
+</body>
+</html>