mix-blend-mode-parent-element-overflow-hidden-and-border-radius-ref.html (735B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Reftest Reference</title> 6 <link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com"> 7 <link rel="author" title="Ion Roșca" href="mailto:rosca@adobe.com"> 8 <link rel="reviewer" title="Mihai Țică" href="mailto:mitica@adobe.com"> 9 <style type="text/css"> 10 .parent { 11 background: lime; 12 width: 140px; 13 height: 140px; 14 border-radius: 1em 5em; 15 } 16 </style> 17 </head> 18 <body> 19 <p> Test passes if you see a lime square with rounded corners.</p> 20 <div class="parent"> 21 </div> 22 </body> 23 </html>