gecko/content/base/crashtests/604262-1.html

9 lines
220 B
HTML
Raw Normal View History

2011-02-04 07:29:33 -08:00
<!DOCTYPE html>
<script>
var inputElem = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
inputElem.QueryInterface(Components.interfaces.imgIDecoderObserver);
inputElem.onStartDecode(null);
</script>