Bug 133700

Summary: Web Inspector: All-caps CSS properties are not shown in Computed pane
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.workercn.cn/28261/28261.shtml
Attachments:
Description Flags
Which element to inspect
none
Patch none

Description Myles C. Maxfield 2014-06-10 14:28:39 PDT
Repro steps:

1. Right click on element (see screenshot)
2. Inspect Element
3. In inspector, select parent element "<div class="box" id="box_F027C8DE2BEB48EF920A2635C1BA9172">"
4. Look at "Computed" pane and "Rules" pane. Rules pane shows "top" and "left" attributes (though they are in all caps)

Expected: Computed pane should show "top" and "left" attributes
Actual: Computed pane does not show "top" and "left" attributes

Note that changing the property in the rules pane from "TOP" -> "top" makes it show up in the rules pane.
Comment 1 Myles C. Maxfield 2014-06-10 14:29:16 PDT
Created attachment 232817 [details]
Which element to inspect
Comment 2 Radar WebKit Bug Importer 2014-06-10 14:29:20 PDT
<rdar://problem/17257916>
Comment 3 Joseph Pecoraro 2014-06-10 14:31:27 PDT
Reductions, compare:
data:text/html,<body><style>body{BACKGROUND-COLOR:blue}</style>
data:text/html,<body><style>body{background-color:blue}</style>
Comment 4 Matt Baker 2014-08-04 12:40:31 PDT
Created attachment 235981 [details]
Patch
Comment 5 WebKit Commit Bot 2014-08-04 13:50:41 PDT
Comment on attachment 235981 [details]
Patch

Clearing flags on attachment: 235981

Committed r171999: <http://trac.webkit.org/changeset/171999>
Comment 6 WebKit Commit Bot 2014-08-04 13:50:44 PDT
All reviewed patches have been landed.  Closing bug.