inner-border-non-renderable-ref.html (651B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Testing that child-background doesn't bleed through its parent border for a inner-border-radius that is larger than the content rect</title> 5 <link rel="help" href="https://drafts.csswg.org/css-backgrounds/#border-radius"> 6 <link rel="assert" content="Testing that child-background doesn't bleed through its parent border for a inner-border-radius that is larger than the content rect"> 7 <style> 8 body { 9 font-size: 24px; 10 color: black; 11 margin: 8px; 12 } 13 </style> 14 </head> 15 <body> 16 <div> Test passes if no blue square is shown:</div> 17 </body> 18 </html>