OLD | NEW |
(Empty) | |
| 1 Tests that bezier swatches are updated properly in CSS Sources. |
| 2 |
| 3 Initial swatch positions: |
| 4 Line 1, Column 25: ease-in-out |
| 5 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
| 6 |
| 7 Running: testEditBezier |
| 8 Line 1, Column 25: linear |
| 9 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
| 10 |
| 11 Running: testAddBezier |
| 12 Line 1, Column 25: linear |
| 13 Line 1, Column 55: cubic-bezier(0, 0.5, 1, 1) |
| 14 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
| 15 |
| 16 Running: testInvalidateBezier |
| 17 Line 1, Column 25: linear |
| 18 Line 4, Column 32: cubic-bezier(0.25, 0.46, 0.45, 0.94) |
| 19 |
OLD | NEW |