I created a Panel in my firefox extension and would like to embed a
chrome image. Here's the code:
<panel id="thepanel" noautohide="true">
<image src="chrome://blank/content/prompt-3.jpg" />
</panel>
If the image is http, works fine. Image url is correct. Is the panel
not trusted? How can I get this to work correctly.