diff options
Diffstat (limited to 'layout/reftests/box-shadow/1212823-1-ref.html')
-rw-r--r-- | layout/reftests/box-shadow/1212823-1-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/box-shadow/1212823-1-ref.html b/layout/reftests/box-shadow/1212823-1-ref.html new file mode 100644 index 0000000000..91cf26d3cc --- /dev/null +++ b/layout/reftests/box-shadow/1212823-1-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html> +<body> +<div style="width:314px; height:16px; top:10px; position:absolute; left:200px; background-color:red; z-index:-1"></div> +<input style="width:300px; height:10px;"></input> +</body> +</html> |