1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-04 22:28:36 +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>