gecko-dev/layout/reftests/box-shadow/boxshadow-color-rounding-mi...

12 строки
165 B
HTML

<!DOCTYPE html>
<style>
#thediv {
width: 500px;
height: 500px;
background: black;
box-shadow: inset 0 0 20px 200px lime;
}
</style>
<div id="thediv"></div>