[webkit-reviews] review requested: [Bug 17060] Acid3 expects textNode.localName == null : [Attachment 18880] Fix textNode.localName and add tests to cover other node initial values

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


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 17060: Acid3 expects textNode.localName == null
http://bugs.webkit.org/show_bug.cgi?id=17060

Attachment 18880: Fix textNode.localName and add tests to cover other node
initial values
http://bugs.webkit.org/attachment.cgi?id=18880&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 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(-)


More information about the webkit-reviews mailing list