Raw File
604262-1.html
<!DOCTYPE html>
<script>

var inputElem = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
inputElem.QueryInterface(Components.interfaces.imgIDecoderObserver);
inputElem.onStartDecode(null);

</script>
back to top