Should work everywhere :)
But especially those I find tricky:
<div style="background-image:url('img.png');"></div>
<div style='background-image:url("img.png");'></div>
<div style='background-image:url(img.png);'></div>
<div style='background-image:url(../../img.png);'></div>
<div style='background: #ffffff url( "img.png" ) no-repeat right top;'></div>
Note: should work in JavaScript.