Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests reading inline style of transition, and -webkit-transform-origin | 1 Tests reading inline style of transition, and -webkit-transform-origin |
| 2 https://bugs.webkit.org/show_bug.cgi?id=22594 | 2 https://bugs.webkit.org/show_bug.cgi?id=22594 |
| 3 | 3 |
| 4 style: all 1s ease, left 3s cubic-bezier(0.2, 0.3, 0.6, 0.8) 2s | 4 style: all 1s ease, left 3s cubic-bezier(0.2, 0.3, 0.6, 0.8) 2s |
| 5 style: 0% 30% | 5 style: left 30% 0px |
| 6 | 6 |
| OLD | NEW |