diff --git a/content/html/document/test/test_bug199692.html b/content/html/document/test/test_bug199692.html index 2eae5d48a19..64be20c87a8 100644 --- a/content/html/document/test/test_bug199692.html +++ b/content/html/document/test/test_bug199692.html @@ -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');