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 730 - nodereplacechild21 may raise unexpected errors
Summary: nodereplacechild21 may raise unexpected errors
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 20:43 UTC by Andrew Clover
Modified: 2004-05-23 00:43 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2004-05-22 20:43:14 UTC
The DOM L3 Core test:

  nodereplacechild21

tries to put a foreign Notation node into childNodes of a DocumentType,
replacing an entity. It expects NO_MODIFICATION_ALLOWED_ERR in response, but
WRONG_DOCUMENT_ERR (due to the foreign doctype) and NOT_FOUND_ERR (because the
entity is not actually in the childNodes - Entity and Notation are *not* part of
the childNodes tree) are equally valid.