diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/border-radius/curved-border-background-nogap-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/border-radius/curved-border-background-nogap-ref.html b/layout/reftests/border-radius/curved-border-background-nogap-ref.html new file mode 100644 index 0000000000..67aead2bca --- /dev/null +++ b/layout/reftests/border-radius/curved-border-background-nogap-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<style> + div { + width: 100px; + height: 100px; + background: black; + } +</style> +<div></div> |