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 481 - Exception expectations for Node.appendChild, insertBefore and replaceChild
Summary: Exception expectations for Node.appendChild, insertBefore and replaceChild
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-01-22 23:54 UTC by Curt Arnold
Modified: 2004-02-19 22:41 UTC (History)
0 users

See Also:


Attachments
Fixes to nodeappendchild, nodeinsertbefore and nodereplacechild tests (18.70 KB, patch)
2004-01-22 23:56 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-22 23:54:39 UTC
There were not any tests checking for the second document element and second 
doctype hierarchy request errors added in L3 and some tests did not tolerate 
NOT_SUPPORTED_ERR's in situations where they would be acceptible.
Comment 1 Curt Arnold 2004-01-22 23:56:37 UTC
Created attachment 201 [details]
Fixes to nodeappendchild, nodeinsertbefore and nodereplacechild tests