clip-path-xywh-003-ref.html (342B)
1 <!DOCTYPE html> 2 <title>CSS Reftest Reference for xywh()</title> 3 <style> 4 #box { 5 margin-left: 50px; 6 margin-top: 50px; 7 position: absolute; 8 width: 150px; 9 height: 100px; 10 background-color: green; 11 border-radius: 20px / 20px; 12 } 13 </style> 14 <body> 15 <p>The test passes if there is a green box with round.</p> 16 <div id="box"></div> 17 </body>