diff options
Diffstat (limited to 'layout/reftests/bugs/579808-1.html')
-rw-r--r-- | layout/reftests/bugs/579808-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/579808-1.html b/layout/reftests/bugs/579808-1.html new file mode 100644 index 000000000..c573aca9f --- /dev/null +++ b/layout/reftests/bugs/579808-1.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML> +<html class="reftest-wait"> +<script src="forceloadplugin.js"> +</script> +<body onload="forceLoadPlugin('p')"> + <embed style="-moz-transform:scaleY(-1)" type="application/x-test" drawmode="solid" color="FF00FF00" width="200" height="200" id="p"></embed> +</body> +</html> + |