Bug 87081

Summary: Web Inspector: [Styles] Odd synthetic shorthands may appear in the style
Product: WebKit Reporter: Pavel Feldman <pfeldman>
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+

Description Pavel Feldman 2012-05-21 22:49:37 PDT
It is not used.
Comment 1 Alexander Pavlov (apavlov) 2012-05-22 04:51:35 PDT
It IS used. Will reuse this bug to fix the shorthand behavior in the Styles sidebar pane.

For the style source:

    margin-left: 1px;
    margin-top: 1px;
    margin: 2px;

the Styles pane displays the following contents:

    margin: 2px;
    margin: 2px;
Comment 2 Alexander Pavlov (apavlov) 2012-05-22 05:04:12 PDT
Created attachment 143278 [details]
Patch
Comment 3 Alexander Pavlov (apavlov) 2012-05-22 05:21:24 PDT
Committed r117958: <http://trac.webkit.org/changeset/117958>