Use ok(a === b) since we're getting null in one of the test failures, actually, followup to bug 199692 commit.

This commit is contained in:
jwalden%mit.edu 2007-08-29 21:37:54 +00:00
Родитель 11eeb20242
Коммит 8a7653e446
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -95,7 +95,7 @@ width: 200px !important;
// content
var c = $('content');
x = c.offsetLeft + c.clientWidth/2, y = c.offsetTop;
todo(doc.pt(x,y).id, c.id, "Point to right of #txt should be #content");
ok(doc.pt(x,y) === c, "Point to right of #txt should be #content");
// hidden
c = $('hidden');