1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/native-theme/border-radius-ref.html
T

10 lines
177 B
HTML

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