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 731 - nodeinsertbefore14 can raise unexpected errors
Summary: nodeinsertbefore14 can 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:44 UTC by Andrew Clover
Modified: 2004-05-23 00:44 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2004-05-22 20:44:58 UTC
As correctly acknowledged in the <description> for this test, DOM L3 Core
nodeinsertbefore14 can also raise HIERARCHY_REQUEST_ERR or NOT_FOUND_ERR,
however the test itself only checks for NO_MODIFICATION_ALLOWED_ERR.