Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <style> | |
| 2 .box { | |
| 3 background-color: green; | |
| 4 width: 40px; | |
| 5 height: 30px; | |
| 6 left: 1px; | |
| 7 top: 6px; | |
| 8 position: absolute; | |
| 9 -webkit-transform: translateZ(0); | |
| 10 } | |
| 11 body { | |
| 12 margin: 0px; | |
| 13 } | |
| 14 </style> | |
| 15 <div class="box"> | |
| 16 </div> | |
| OLD | NEW |