diff options
Diffstat (limited to 'layout/reftests/bugs/530686-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/530686-1-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/530686-1-ref.html b/layout/reftests/bugs/530686-1-ref.html new file mode 100644 index 0000000000..1660933d4a --- /dev/null +++ b/layout/reftests/bugs/530686-1-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML> +<html> +<head> +<style type="text/css"> +#rear { + width: 500px; + height: 1500px; + box-shadow: 0 0 71px #667; + display: block; +} +</style> +</head> +<body> +<div id="rear"></div> +</body> +</html> |