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