Closed
Bug 204799
Opened 22 years ago
Closed 21 years ago
test case failure #29 on node.js
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: olivier.vit, Assigned: desale)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030502
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030502
[object HTMLLinkElement].nodeValue #29 failed Bug Report required, in
node.js[object HTMLLinkElement] false true
Reproducible: Always
Steps to Reproduce:
1. run test case in URL
2.
3.
Comment 1•22 years ago
|
||
The test is incorrect. nodeValue for an Element node should be null, hence test
false.
Over to desale to fix the testcase....
Assignee: dom_bugs → desale
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: test case failure #29 on node.js → test case failure #29 on node.js
Comment 2•21 years ago
|
||
A test right next to it fails as well: we return "LINK" instead of "link" as the
nodeName. Is this correct?
BTW, I just fixed the nodeValue test.
Reporter | ||
Comment 3•21 years ago
|
||
build 1.7a 2004020808
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•