Mypal/dom/base/crashtests/604262-1.html
2019-03-11 13:26:37 +03:00

9 lines
220 B
HTML

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