summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-radius/border-reduce-height-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/border-radius/border-reduce-height-ref.html')
-rw-r--r--layout/reftests/border-radius/border-reduce-height-ref.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/border-radius/border-reduce-height-ref.html b/layout/reftests/border-radius/border-reduce-height-ref.html
new file mode 100644
index 0000000000..0c28216dac
--- /dev/null
+++ b/layout/reftests/border-radius/border-reduce-height-ref.html
@@ -0,0 +1,19 @@
+<html>
+ <head>
+ <style>
+ div { box-sizing: border-box;
+ width: 60px;
+ height: 20px;
+ border: 2px solid black;
+ background: green;
+ position: absolute;
+ top: 12px;
+ left: 12px;
+ border-radius: 4px 16px 4px 16px;
+ }
+ </style>
+ </head>
+ <body>
+ <div></div>
+ </body>
+</html>