Bug 483985 - Mochitest test_bug422537.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r=cbiesinger

This commit is contained in:
Serge Gautherie 2009-03-18 16:56:57 +01:00
Родитель e7300474ed
Коммит 0409ddc272
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -47,9 +47,9 @@ for each (var i in body) {
stream.seek(Components.interfaces.nsISeekableStream.NS_SEEK_CUR, 0);
}
ok(true, "xhr is seekable");
</script>
</pre>
</body>
</html>