diff options
Diffstat (limited to 'layout/reftests/bugs/472769-1a.html')
-rw-r--r-- | layout/reftests/bugs/472769-1a.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/472769-1a.html b/layout/reftests/bugs/472769-1a.html new file mode 100644 index 000000000..900a32318 --- /dev/null +++ b/layout/reftests/bugs/472769-1a.html @@ -0,0 +1,14 @@ +<html> + <head> + <style> + body { margin: 0px; } + div { + -moz-transform: translate(0.5px, 0.5px); + height: 100px; + width: 100px; + background: black; + } + </style> + </head> + <body><div></div></body> +</html> |