summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/632423-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/632423-1.html')
-rw-r--r--layout/reftests/bugs/632423-1.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/632423-1.html b/layout/reftests/bugs/632423-1.html
new file mode 100644
index 000000000..5e123ae72
--- /dev/null
+++ b/layout/reftests/bugs/632423-1.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML>
+<html class="reftest-wait">
+<head>
+<script src="forceloadplugin.js">
+</script>
+</head>
+<body onLoad="forceLoadPlugin('p')">
+<embed type="application/x-test" drawmode="solid" color="#FFFF0000" style="width:400px; height:200px; display:block" id="p"></embed>
+<div style="background:rgba(255,255,255,0.8); width:200px; position:relative; top:-200px; font-size:50px;">
+Hello
+</div>
+</body>
+</html>