diff options
Diffstat (limited to 'layout/reftests/bugs/464811-1.html')
-rw-r--r-- | layout/reftests/bugs/464811-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/464811-1.html b/layout/reftests/bugs/464811-1.html new file mode 100644 index 000000000..8d20db8f1 --- /dev/null +++ b/layout/reftests/bugs/464811-1.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: 100.4px; background:url(mozilla-banner.gif) -100.4px 0px; width:0.2px; height:58px;"></div> +</body> +</html> |