Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 #test { | 3 #test { |
| 4 position: absolute; | 4 position: absolute; |
| 5 top: 100px; | 5 top: 100px; |
| 6 width: 100px; | 6 width: 100px; |
| 7 height: 100px; | 7 height: 100px; |
| 8 background: green; | 8 background: green; |
| 9 transform: translateZ(0); | |
| 9 } | 10 } |
| 10 </style> | 11 </style> |
| 11 <div id="test">This box should transition from red to green.</div> | 12 <div id="test">This box should transition from red to green.</div> |
| OLD | NEW |