RESOLVED FIXED 81902
Web Inspector: Case of the elements of the xml document should be shown as it is in the console
https://bugs.webkit.org/show_bug.cgi?id=81902
Summary Web Inspector: Case of the elements of the xml document should be shown as it...
Alexander Pavlov (apavlov)
Reported 2012-03-22 06:24:58 PDT
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
Attachments
Patch (4.71 KB, patch)
2012-03-22 07:37 PDT, Alexander Pavlov (apavlov)
vsevik: review+
Alexander Pavlov (apavlov)
Comment 1 2012-03-22 07:37:47 PDT
Alexander Pavlov (apavlov)
Comment 2 2012-03-22 07:53:43 PDT
Note You need to log in before you can comment on or make changes to this bug.