[Webkit-unassigned] [Bug 16758] ASSERT when using TreeWalker methods for a current node outside of the root (Acid3)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 22:21:29 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16758


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18291|review+                     |review-
               Flag|                            |




------- Comment #4 from darin at apple.com  2008-01-08 22:21 PDT -------
(From update of attachment 18291)
This is wrong.

If you read the TreeWalker documentation, you'll see that it has well defined
behavior when used on nodes outside the original subtree. The code correctly
implemented most of those rules before -- this patch broke it!

I have a patch that fixes it. The test case expects behavior that is incorrect,
so I need to change it around.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list