2011-02-04 18:29:33 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<script>
|
|
|
|
|
|
|
|
var inputElem = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
|
2018-02-28 20:51:33 +03:00
|
|
|
inputElem.QueryInterface(Ci.imgIDecoderObserver);
|
2011-02-04 18:29:33 +03:00
|
|
|
inputElem.onStartDecode(null);
|
|
|
|
|
|
|
|
</script>
|