Box-Shadow- und Border-Radius-Bug in Chrome

Ich habe mit CSS3 experimentiert und etwas Seltsames gefunden. Hier ist der Teil des DIV-Stils:

border:#446429 solid 1px;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
box-shadow:3px 0px 15px #000000 inset,0px 3px 15px #000000 inset;
-moz-box-shadow:3px 0px 15px #000000 inset,0px 3px 15px #000000 inset;
-webkit-box-shadow:3px 0px 15px #000000 inset,0px 3px 15px #000000 inset;

Rendering in Opera und Firefox sind identisch und perfekt:

alt text http://i47.tinypic.com/j8egp5.pn

Aber Chrome rendert Schatten außerhalb des Rahmens:

alt text http://i45.tinypic.com/5doykw.pn

Ist es so oder habe ich etwas Wichtiges verpasst?

Antworten auf die Frage(18)

Ihre Antwort auf die Frage