[webkit-reviews] review requested: [Bug 16833] Acid3 expects createElementNS to throw exception for localname = ":div" (affects Acid3 test 23) : [Attachment 19938] Fix xml/xhtml handling of createElement and add tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 21 14:45:43 PDT 2008


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 16833: Acid3 expects createElementNS to throw exception for localname =
":div" (affects Acid3 test 23)
http://bugs.webkit.org/show_bug.cgi?id=16833

Attachment 19938: Fix xml/xhtml handling of createElement and add tests
http://bugs.webkit.org/attachment.cgi?id=19938&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 .../documentsetstricterrorchecking02-expected.txt  |	 3 +-
 .../createAttributeNS-namespace-err-expected.txt   |	52 ++++++
 .../Document/createAttributeNS-namespace-err.html  |	13 ++
 .../createElementNS-namespace-err-expected.txt     |  138 +++++++++++++++
 .../Document/createElementNS-namespace-err.html    |	13 ++
 .../fast/dom/Document/resources/TEMPLATE.html	    |	13 ++
 .../resources/createAttributeNS-namespace-err.js   |  135 +++++++++++++++
 .../resources/createElementNS-namespace-err.js     |  180 ++++++++++++++++++++
 WebCore/dom/Document.cpp			    |	89 +++++++---
 WebCore/dom/Document.idl			    |	 4 +-
 10 files changed, 609 insertions(+), 31 deletions(-)


More information about the webkit-reviews mailing list