[Webkit-unassigned] [Bug 17167] New: Failures in fast/dom/Node/initial-values.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 15:54:56 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17167

           Summary: Failures in fast/dom/Node/initial-values.html
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Failures in fast/dom/Node/initial-values.html

As previously mentioned in bug 17060, this test case tests for the exact
behavior as spec'd
in DOM Level 3.  There are a few failures remaining for WebKit.

Failures unique to WebKit:
FAIL element.namespaceURI should be null (of type object). Was
http://www.w3.org/1999/xhtml (of type string).
FAIL element.nodeName should be html:pre. Was PRE.
FAIL element.namespaceURI should be null (of type object). Was
http://www.w3.org/1999/xhtml (of type string)

Failures shared by FF3b2:
FAIL attr.localName should be null (of type object). Was foo (of type string).
FAIL attr.localName should be null (of type object). Was foo (of type string).
FAIL doc.namespaceURI should be http://www.w3.org/1999/xhtml (of type string).
Was null (of type object).
FAIL element.localName should be null (of type object). Was pre (of type
string).
(FF3b2 fails with "PRE" instead of "pre")
FAIL element.localName should be null (of type object). Was pre (of type
string).
(FF3b2 fails with "pre" instead of "PRE" however.)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list