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 1167 - noderemovechild27 gets wrong entity
Summary: noderemovechild27 gets wrong entity
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: 2005-03-09 19:30 UTC by Andrew Clover
Modified: 2005-03-09 19:30 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2005-03-09 19:30:23 UTC
The DOM Level 3 Core test noderemovechild27 gets the namedItem ent1 from the
entities map and tries to remove it from the namedItem notation1 in notations,
expecting NOT_FOUND or NO_MODIFICATION_ALLOWED.

However since neither the DTD internal subset in hc_staff.xml nor the external
subset in xhtml1-strict.dtd defines 'ent1', the Entity returned is null. The
test then passes null to removeChild, with implementation-defined results.

Suggest test should fetch 'ent4' rather than 'ent1'.