What steps will reproduce the problem? 1. Open [Developer tools] from [View]/[Developer] menu 2. Open console 3. Evaluate following script and click the returned xml document object to show the content xml=(new DOMParser()).parseFromString("<A></A>","text/xml") 4. It shows <a></a> instead of <A></A>. What is the expected result? It should show <A></A> What happens instead? It shows <a></a> instead of <A></A>. This behavior confuses the developers therefore the element name of the xml document is case-sensitive. Upstreaming http://code.google.com/p/chromium/issues/detail?id=117748
Created attachment 133258 [details] Patch
Committed r111695: <http://trac.webkit.org/changeset/111695>