diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/464811-1-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/464811-1-ref.html b/layout/reftests/bugs/464811-1-ref.html new file mode 100644 index 0000000000..daf09b483b --- /dev/null +++ b/layout/reftests/bugs/464811-1-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html> +<body> +<div style="background:url(mozilla-banner.gif); width:600px; height:58px;"></div> +<div style="margin-left: 100px; background:url(mozilla-banner.gif) -100px 0px; width:1px; height:58px;"></div> +</body> +</html> |