[Webkit-unassigned] [Bug 30923] element.innerHTML = "  " fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 15:33:29 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30923


Joel Andersson <janderssn at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janderssn at gmail.com




--- Comment #2 from Joel Andersson <janderssn at gmail.com>  2009-10-29 15:33:29 PDT ---
The document must be served with the application/xml+xhtml content type for
this error to occur.

 1. open http://www.w3c.org (they serve their pages with the
application/xml+xhtml content-type)

 2. in the web inspector type document.createElement("div").innerHTML =
" ";

This raises the NO_MODIFICATION_ALLOWED_ERR error.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list