diff options
Diffstat (limited to 'layout/reftests/bugs/364861-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/364861-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/364861-1-ref.html b/layout/reftests/bugs/364861-1-ref.html new file mode 100644 index 000000000..ab503e035 --- /dev/null +++ b/layout/reftests/bugs/364861-1-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <body> + <div style="background: black; + background-clip: padding-box; + width: 400px; + padding: 0; + height: 300px; + border: 100px solid rgba(255, 255, 0, 0.5); + border-radius: 240px / 200px"> + </div> + </body> +</html> |