tenfourfox/layout/reftests/box-shadow/boxshadow-inner-basic.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>