diff options
Diffstat (limited to 'layout/reftests/bugs/541406-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/541406-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/541406-1-ref.html b/layout/reftests/bugs/541406-1-ref.html new file mode 100644 index 000000000..c1d297351 --- /dev/null +++ b/layout/reftests/bugs/541406-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html class="reftest-wait" style="overflow:hidden"> +<head> +<script src="forceloadplugin.js"> +</script> +</head> +<body onload="forceLoadPlugin('p')"> +<object style="position:absolute; width:100%; height:100%; left:0; top:0;" + type="application/x-test" id="p"></object> +</body> +</html> |