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 534 - PR Changes in Node.baseURI tests
Summary: PR Changes in Node.baseURI tests
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 12:27 UTC by nnissar
Modified: 2004-02-19 22:18 UTC (History)
0 users

See Also:


Attachments
Changed assertions to assert null (6.68 KB, patch)
2004-02-19 17:16 UTC, Curt Arnold
Details

Description nnissar 2004-02-18 12:27:07 UTC
nodegetbaseURI15:   PR change: Node.baseURI should return null for Attribute 
node
(Appendix C3.1 http://www.w3.org/TR/2004/PR-DOM-Level-3-Core-20040205/infoset-
mapping.html#Infoset2Attr)

nodegetbaseURI17:   PR change: Node.baseURI should return null for Text node
(Appendix C6.1 http://www.w3.org/TR/2004/PR-DOM-Level-3-Core-20040205/infoset- 
mapping.html#Infoset2Attr)

nodegetbaseURI18:   PR change:  Node.baseURI should return null for Comment 
node 
(Appendix C7.1 http://www.w3.org/TR/2004/PR-DOM-Level-3-Core-20040205/infoset- 
mapping.html#Infoset2Attr)

nodegetbaseURI19:  PR change: Node.baseURI should return null for Text node
(Appendix C6.1 http://www.w3.org/TR/2004/PR-DOM-Level-3-Core-20040205/infoset- 
mapping.html#Infoset2Attr)
Comment 1 Curt Arnold 2004-02-19 17:16:48 UTC
Created attachment 240 [details]
Changed assertions to assert null