<!DOCTYPE html><html><head><title>CSS Test Background: Box-Shadow property</title><linkrel="author"title="Marc Silverman"href="mailto:silverman@adobe.com"><styletype="text/css">#box-div{position:absolute;top:50px;left:5px;background-color:#000;width:144px;height:144px;}#shadow-div{position:absolute;top:60px;left:15px;background-color:#00ff00;width:144px;height:144px;}</style></head><body><p>The test passes if there is a green drop shadow and no red.</p><divid="shadow-div"></div><divid="box-div"></div></body></html>