summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/604262-1.html
blob: bfc48fc2c7d5a8b61b1a793f3cd2c90e09d71f81 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script>

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

</script>