Bug 81902

Summary: Web Inspector: Case of the elements of the xml document should be shown as it is in the console
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

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.