summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/364861-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/364861-1-ref.html')
-rw-r--r--layout/reftests/bugs/364861-1-ref.html13
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 0000000000..ab503e0352
--- /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>