summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/604262-1.html
blob: 4ece25e8559c11048a7a41b4e1065783f120dc82 (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(Ci.imgIDecoderObserver);
inputElem.onStartDecode(null);

</script>