 Chromium Code Reviews
 Chromium Code Reviews Issue 1158603003:
  CSS Independent Transform Properties  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 1158603003:
  CSS Independent Transform Properties  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt | 
| diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt | 
| index 8901b6f6b7bce38312a158af3ce7dbad5a194361..2d48ad39d4f2197973e10e6796962fa8bb0b2b50 100644 | 
| --- a/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt | 
| +++ b/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt | 
| @@ -229,8 +229,10 @@ position: static | 
| r: 0px | 
| resize: none | 
| right: auto | 
| +rotate: 0deg | 
| rx: 0px | 
| ry: 0px | 
| +scale: 0 | 
| 
Eric Willigers
2015/06/11 02:15:19
Why isn't this scale: 1 ?
Same for others e.g. La
 
soonm
2015/06/11 23:31:03
Yes this should be 1 instead of 0 here. Done.
 | 
| scroll-behavior: auto | 
| scroll-blocks-on: none | 
| scroll-snap-coordinate: none | 
| @@ -278,6 +280,7 @@ transition-delay: 0s | 
| transition-duration: 0s | 
| transition-property: all | 
| transition-timing-function: ease | 
| +translate: 0px | 
| unicode-bidi: normal | 
| vector-effect: none | 
| vertical-align: baseline |