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 4297 - XPath Text_Nodes test checks for equality instead of inequality
Summary: XPath Text_Nodes test checks for equality instead of inequality
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Macintosh All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL: http://dev.w3.org/cvsweb/2001/DOM-Tes...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-04 11:54 UTC by Alexey Proskuryakov
Modified: 2007-02-04 11:54 UTC (History)
0 users

See Also:


Attachments

Description Alexey Proskuryakov 2007-02-04 11:54:55 UTC
According to its description, the test verifies that there are no siblings in the node-set matched by "//text()". However, the actual success conditions appear to be that both previous and next siblings of each node in the node-set are also in node-set - i.e., the condition is negated.

See also WebKit bug <http://bugs.webkit.org/show_bug.cgi?id=12560> - with this issue corrected, the test now passes in WebKit and Opera implementations, which it didn't do.