[Webkit-unassigned] [Bug 17060] Acid3 expects textNode.localName == null

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


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





------- Comment #7 from eric at webkit.org  2008-02-03 04:56 PDT -------
As previously mentioned, this test case tests for the exact behavior as spec'd
in DOM Level 3.  There are a few failures remaining for WebKit.

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.)

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)


-- 
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