Chromium Code Reviews
        
  DescriptionStylePropertySerializer should expand all property if needed.
For example, if we have "div { all: initial; color: red; }", the all property
should be expanded to all properties with initial value, e.g. display: initial,
except color. So the expected result is "div { display: initial; ...
color: red; }".
Spec of all property: http://dev.w3.org/csswg/css-cascade/#all-shorthand
BUG=172051
TEST=fast/css/all-shorthand-css-text.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184252
   
  Patch Set 1 : #Patch Set 2 : #
      Total comments: 14
      
     
  
  
  
  Patch Set 3 : #Patch Set 4 : Rebaselined #
 Messages
    Total messages: 15 (1 generated)
     
  
  
       | 
    ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||