This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 549 - adoptnode tests need to accept null as acceptible return value
Summary: adoptnode tests need to accept null as acceptible return value
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 17:47 UTC by Curt Arnold
Modified: 2004-02-20 04:21 UTC (History)
0 users

See Also:


Attachments
Check for adoptNode returning null, remove namespaceAware (53.95 KB, patch)
2004-02-19 23:19 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-19 17:47:39 UTC
An implementation is free to return null to indicate that it does not want to 
adopt the node.  The current adopt node tests do not accept this behavior.
Comment 1 Curt Arnold 2004-02-19 23:19:24 UTC
Created attachment 246 [details]
Check for adoptNode returning null, remove namespaceAware
Comment 2 Curt Arnold 2004-02-19 23:21:14 UTC
Also removed unnecessary namespaceAware=true preconditions