[Webkit-unassigned] [Bug 17048] REGRESSION (r20997): createAttribute is supposed to create an Attr with localName of null (LayoutTests/dom/xhtml/level3/core/nodeisequalnode14.xhtml)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 09:44:42 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=17048

David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
Chris Dumez says in <rdar://problem/5710854>:
'''
This test is failing in all browsers. I think it is safe to assume it is outdated.

attr1 = doc.createAttribute("root");
// create an attribute whose localName is “root”. The namespaceURI is null by default.

attr2 = doc.createAttributeNS(nullNSURI,"root");
// create an attribute whose localName is “root” and namespaceURI is null.

The test expects  attr1.isEqualNode(attr2) to be false. However, the created attributes are identical so the test is indeed outdated.
'''

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160830/1a69c68e/attachment.html>


More information about the webkit-unassigned mailing list