diff options
Diffstat (limited to 'layout/reftests/bugs/472769-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/472769-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/472769-1-ref.html b/layout/reftests/bugs/472769-1-ref.html new file mode 100644 index 0000000000..b043c98da2 --- /dev/null +++ b/layout/reftests/bugs/472769-1-ref.html @@ -0,0 +1,15 @@ +<html> + <head> + <style> + body { margin: 0px; } + div { + margin-top: 1px; + margin-left: 1px; + height: 100px; + width: 100px; + background: black; + } + </style> + </head> + <body><div></div></body> +</html> |