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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 21 15:39:33 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 19941: Fix xml/xhtml handling of createElement and add tests
http://bugs.webkit.org/attachment.cgi?id=19941&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
xml/xhtml createElement fixed, now with test harness fixed too
---
 .../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			    |	 6 +-
 10 files changed, 610 insertions(+), 32 deletions(-)


More information about the webkit-reviews mailing list