From 43ebe5ca7504c8b01a01cde171c91df6f08d7987 Mon Sep 17 00:00:00 2001 From: MacDue Date: Tue, 26 Jul 2022 20:47:15 +0100 Subject: [PATCH] Base: Add some more border-radius test cases * A border-radius + a border on a tag - The border-radius on the should shrink to line up with the border. * A border-radius + a border on a div with overflow: hidden - The clipping border-radius should shrink (same as the image). --- Base/res/html/misc/border-radius.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Base/res/html/misc/border-radius.html b/Base/res/html/misc/border-radius.html index dc58a51f6cc..1ca83060a5f 100644 --- a/Base/res/html/misc/border-radius.html +++ b/Base/res/html/misc/border-radius.html @@ -362,6 +362,18 @@

+

These test the inner border-radius shrinking to accommodate the border

+ An <img> tag with a border-radius and a border +
+ +
+ Clipping text overflow with a border-radius and a border +
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+
+
+

The boxes are 50x50px

All round 10px
@@ -400,7 +412,6 @@


-

200px box, 75px radius