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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 04:18:30 PST 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18880|                            |review?
               Flag|                            |




------- Comment #4 from eric at webkit.org  2008-02-03 04:18 PDT -------
Created an attachment (id=18880)
 --> (http://bugs.webkit.org/attachment.cgi?id=18880&action=view)
Fix textNode.localName and add tests to cover other node initial values

 LayoutTests/ChangeLog                              |   14 ++
 .../fast/dom/Node/initial-values-expected.txt      |  102 +++++++++++++++
 LayoutTests/fast/dom/Node/initial-values.html      |   13 ++
 LayoutTests/fast/dom/Node/resources/TEMPLATE.html  |   13 ++
 .../fast/dom/Node/resources/initial-values.js      |  138 ++++++++++++++++++++
 WebCore/ChangeLog                                  |   15 ++
 WebCore/dom/Comment.cpp                            |    5 -
 WebCore/dom/Comment.h                              |    1 -
 WebCore/dom/Node.cpp                               |    2 +-
 WebCore/dom/Text.cpp                               |    5 -
 WebCore/dom/Text.h                                 |    1 -
 11 files changed, 296 insertions(+), 13 deletions(-)


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