File tree Expand file tree Collapse file tree 4 files changed +113
-0
lines changed Expand file tree Collapse file tree 4 files changed +113
-0
lines changed Original file line number Diff line number Diff line change
1
+ >
2
+ < style >
3
+ .box {
4
+ width : 100px ;
5
+ height : 100px ;
6
+ background : green;
7
+ display : inline-block;
8
+ }
9
+ style >
10
+
11
+ There should be 4 100x100 green squares (no rounded corners) below.< br >
12
+ < div class ="box "> div >
13
+ < div class ="box "> div >
14
+ < div class ="box "> div >
15
+ < div class ="box "> div >
Original file line number Diff line number Diff line change
1
+ >
2
+ < title > Border radius should not round the clipping region when mixing overflow: visible and cliptitle >
3
+ < link rel ="help " href ="https://drafts.csswg.org/css-overflow/#corner-clipping ">
4
+ < link rel ="help " href ="https://github.com/w3c/csswg-drafts/issues/7434 ">
5
+ < link rel ="match " href ="rounded-overflow-clip-visible-ref.html ">
6
+ < style >
7
+ .container {
8
+ width : 100px ;
9
+ height : 50px ;
10
+ overflow : clip visible;
11
+ background : red;
12
+ display : inline-block;
13
+ }
14
+ .border-radius {
15
+ border-radius : 25px ;
16
+ }
17
+ .child {
18
+ width : 200px ;
19
+ height : 100px ;
20
+ background : green;
21
+ fill : green;
22
+ }
23
+ style >
24
+
25
+ There should be 4 100x100 green squares (no rounded corners) below.< br >
26
+ < div class ="container border-radius ">
27
+ < div class ="child "> div >
28
+ div >
29
+
30
+ < div class ="container ">
31
+ < div class ="child "> div >
32
+ div >
33
+
34
+ < svg class ="container border-radius ">
35
+ < rect class ="child "> rect >
36
+ svg >
37
+
38
+ < svg class ="container ">
39
+ < rect class ="child "> rect >
40
+ svg >
Original file line number Diff line number Diff line change
1
+ >
2
+ < style >
3
+ .box {
4
+ width : 100px ;
5
+ height : 100px ;
6
+ background : green;
7
+ display : inline-block;
8
+ }
9
+ style >
10
+
11
+ There should be 4 100x100 green squares (no rounded corners) below.< br >
12
+ < div class ="box "> div >
13
+ < br >
14
+ < div class ="box "> div >
15
+ < br >
16
+ < div class ="box "> div >
17
+ < br >
18
+ < div class ="box "> div >
Original file line number Diff line number Diff line change
1
+ >
2
+ < title > Border radius should not round the clipping region when mixing overflow: visible and cliptitle >
3
+ < link rel ="help " href ="https://drafts.csswg.org/css-overflow/#corner-clipping ">
4
+ < link rel ="help " href ="https://github.com/w3c/csswg-drafts/issues/7434 ">
5
+ < link rel ="match " href ="rounded-overflow-visible-clip-ref.html ">
6
+ < style >
7
+ .container {
8
+ width : 50px ;
9
+ height : 100px ;
10
+ overflow : visible clip;
11
+ background : red;
12
+ display : inline-block;
13
+ }
14
+ .border-radius {
15
+ border-radius : 25px ;
16
+ }
17
+ .child {
18
+ width : 100px ;
19
+ height : 200px ;
20
+ background : green;
21
+ fill : green;
22
+ }
23
+ style >
24
+
25
+ There should be 4 100x100 green squares (no rounded corners) below.< br >
26
+ < div class ="container border-radius ">
27
+ < div class ="child "> div >
28
+ div >
29
+ < br >
30
+ < div class ="container ">
31
+ < div class ="child "> div >
32
+ div >
33
+ < br >
34
+ < svg class ="container border-radius ">
35
+ < rect class ="child "> rect >
36
+ svg >
37
+ < br >
38
+ < svg class ="container ">
39
+ < rect class ="child "> rect >
40
+ svg >
You can’t perform that action at this time.
0 commit comments