[Webkit-unassigned] [Bug 16833] Acid3 expects createElementNS to throw exception for localname = ":div" (affects Acid3 test 23)

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


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


eric at webkit.org changed:

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




------- Comment #29 from eric at webkit.org  2008-03-21 14:45 PDT -------
Created an attachment (id=19938)
 --> (http://bugs.webkit.org/attachment.cgi?id=19938&action=view)
Fix xml/xhtml handling of createElement and add tests

 .../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(-)


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