Bug 5271

Summary: Implement isSameNode
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: DOMAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Implement isSameNode.
mjs: review+
Updated tests mjs: review+

Description Anders Carlsson 2005-10-04 23:49:07 PDT
DOM3 has an isSameNode meethod which checks if a node is the same as the one passed in. 
Implementing this fixes a number of level3 tests.
Comment 1 Anders Carlsson 2005-10-04 23:50:23 PDT
Created attachment 4204 [details]
Implement isSameNode.

I haven't put in a function declaration for the ObjC function because I wasn't
sure about where it should go.
Comment 2 Anders Carlsson 2005-10-04 23:52:29 PDT
Created attachment 4205 [details]
Updated tests
Comment 3 Maciej Stachowiak 2005-10-05 00:01:09 PDT
Comment on attachment 4204 [details]
Implement isSameNode.

r=me
Comment 4 Lucas Forschler 2019-02-06 09:04:04 PST
Mass moving XML DOM bugs to the "DOM" Component.