HTML5 vs iframe transparency

I am placing the following code in an iframe (please note that before setting the key the transparency was working):

<!DOCTYPE html>
<HTML>
<BODY>
<img src="data:image/png;base64,SOME STRING" border=0 />
</BODY>
</HTML>