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 247 - HTML compatible tests add "newChild" element
Summary: HTML compatible tests add "newChild" element
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 1 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 19:11 UTC by Curt Arnold
Modified: 2003-06-28 20:48 UTC (History)
0 users

See Also:


Attachments
Patch (12.73 KB, patch)
2003-06-28 15:56 UTC, Curt Arnold
Details

Description Curt Arnold 2003-06-27 19:11:26 UTC
hc_nodeappendchild.html (and possibly others), create elements with a tag 
name "newChild" (held over from XML only tests) which behave badly.  HTML 
compatible tests should only create elements that exist in HTML.
Comment 1 Curt Arnold 2003-06-28 15:56:34 UTC
Created attachment 27 [details]
Patch
Comment 2 Curt Arnold 2003-06-28 16:48:45 UTC
One more

cvs diff hc_nodeparentnodenull.xml (in directory C:\domts\2001\DOM-Test-
Suite\tests\level1\core\)
Index: hc_nodeparentnodenull.xml
===================================================================
RCS file: /sources/public/2001/DOM-Test-
Suite/tests/level1/core/hc_nodeparentnodenull.xml,v
retrieving revision 1.1
diff -r1.1 hc_nodeparentnodenull.xml
28a29
> <subject resource="http://www.w3.org/Bugs/Public/show_bug.cgi?id=247"/>
34c35
< <createElement obj="doc" tagName='"employee"' var="createdNode"/>
---
> <createElement obj="doc" tagName='"br"' var="createdNode"/>