I'm stupid, followup to bug 199692 commit.

This commit is contained in:
jwalden@mit.edu 2007-08-29 14:43:57 -07:00
parent 6c83591ea2
commit cb1e7c5b56

View File

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