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 713 - DOM Level 3 test case problem documentnormalizedocument11
Summary: DOM Level 3 test case problem documentnormalizedocument11
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-12 17:45 UTC by nddelima
Modified: 2004-05-22 23:41 UTC (History)
0 users

See Also:


Attachments

Description nddelima 2004-05-12 17:45:52 UTC
Seems like a problem with DOM Level 3 test case documentnormalizedocument11.  

<assertEquals actual="nodeName" expected='"address"' 
id="documentnormalizedocument11_namespaceDeclarations" ignoreCase="false"/>

should have been

<assertEquals actual="nodeName" expected='"acronym"' 
id="documentnormalizedocument11_namespaceDeclarations" ignoreCase="false"/>
Comment 1 Andrew Clover 2004-05-22 19:41:00 UTC
Can confirm Neil's findings, was about to report this myself!

However, I can't quite work out what the test is supposed to be doing in any
case. It only seems to be checking element nodeNames, which should be completely
unaffected by the normalizeDocument call in any case. I would have expected it
to check (a) that the namespace declaration Attrs were gone and (b) that the
nodes were still in the same namespaces.