1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/box-shadow/boxshadow-inner-basic.html
T

9 lines
174 B
HTML

<!doctype html>
<div style="
width: 240px; height: 240px;
border-radius: 8px;
box-shadow: 32px 32px grey inset;
position: absolute;
top: 16px; left: 16px;
"></div>