summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/364861-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/364861-1.html')
-rw-r--r--layout/reftests/bugs/364861-1.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/364861-1.html b/layout/reftests/bugs/364861-1.html
new file mode 100644
index 0000000000..566fb323ed
--- /dev/null
+++ b/layout/reftests/bugs/364861-1.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: 40.0%">
+ </div>
+ </body>
+</html>