gecko/layout/reftests/box-shadow/boxshadow-color-rounding.html
2013-11-21 17:44:46 +01:00

12 lines
165 B
HTML

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