<!doctype html> | |
<html> | |
<head> | |
<style> | |
#target { | |
width: 400px; | |
height: 90px; | |
box-shadow: 0 0 25px -5px #777777; | |
border-radius: 0 0 95px 95px; | |
} | |
</style> | |
</head> | |
<body> | |
<!-- [bug 111256] Box-shadow displayed improperly with border-radius. --> | |
<div id="target"></div> | |
</body> | |
</html> |