https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 25b8e6a35738ba250260c414ecad9dd774344f9d authored by ffxbld on 20 January 2016, 23:40:12 UTC
Added FIREFOX_44_0_RELEASE FIREFOX_44_0_BUILD2 tag(s) for changeset 5e7156ebdc78. DONTBUILD CLOSED TREE a=release
Tip revision: 25b8e6a
604262-1.html
<!DOCTYPE html>
<script>

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

</script>
back to top