1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 07:18:47 +00:00
Files
UXP/layout/reftests/box-shadow/boxshadow-onecorner.html
T

3 lines
196 B
HTML

<!DOCTYPE HTML>
<div style="position: absolute; top: 30px; left: 100px; width: 300px; height: 100px; border-top-right-radius: 10px; box-shadow: 0 300px 0 30px red; background: yellow;">Test</div>