Mypal/layout/reftests/native-theme/border-radius.html

10 lines
194 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div style="padding:50px; border-radius:50px; width:400px; height:400px; overflow:hidden;">
<input type="radio">
<input type="checkbox">
</div>
</body>
</html>