I have a video element:
var video = window.content.document.createElement(\"video\"); video.width = width; video.height = height; video.style.backgroundColor =
Actually this seems to be a bug in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=926753