reducing timeout to make reftest for bug 363370 pass

This commit is contained in:
bmlk%gmx.de 2007-06-23 17:35:47 +00:00
Родитель 9479cec56d
Коммит 21a30e29bb
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -26,7 +26,7 @@ var t2 = document.createTextNode("td");
document.getElementById('f').appendChild(y);
}
setTimeout(doe, 200);
setTimeout(doe, 0);
</script>
</body>
</html>

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

@ -172,7 +172,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 359903-1.html 359903-1-ref.html # bug 3
== 362901-1.html 362901-1-ref.html
== 363329-1.html 363329-1-ref.html
== 363329-2.html 363329-2-ref.html
#== 363370-1.html 363370-1-ref.html
== 363370-1.html 363370-1-ref.html
== 363637-1.html 363637-1-ref.html
== 363874.html 363874-ref.html
== 363874-max-width.html 363874-max-width-ref.html