This commit is contained in:
Kyle Huey 2011-02-04 10:29:33 -05:00
Родитель 28e5a03a6e
Коммит c9743e39da
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

@ -84,3 +84,4 @@ load 606729-1.html
load 593302-1.html
load 593302-2.html
load 610571-1.html
load 604262-1.html