| OLD | NEW |
| 1 CSS Animations: | 1 CSS Animations: |
| 2 PASS: opacity from [0] to [1] was [0] at -0.3 | 2 PASS: opacity from [0] to [1] was [0] at -0.3 |
| 3 PASS: opacity from [0] to [1] was [0] at 0 | 3 PASS: opacity from [0] to [1] was [0] at 0 |
| 4 PASS: opacity from [0] to [1] was [0.3] at 0.3 | 4 PASS: opacity from [0] to [1] was [0.3] at 0.3 |
| 5 PASS: opacity from [0] to [1] was [0.6] at 0.6 | 5 PASS: opacity from [0] to [1] was [0.6] at 0.6 |
| 6 PASS: opacity from [0] to [1] was [1] at 1 | 6 PASS: opacity from [0] to [1] was [1] at 1 |
| 7 PASS: opacity from [0] to [1] was [1] at 1.5 | 7 PASS: opacity from [0] to [1] was [1] at 1.5 |
| 8 FAIL: opacity from [-2] to [-4] was [0] at -1.25, expected [0.5] |
| 9 PASS: opacity from [-2] to [-4] was [0] at -0.3 |
| 10 PASS: opacity from [-2] to [-4] was [0] at 0 |
| 11 PASS: opacity from [-2] to [-4] was [0] at 0.3 |
| 12 PASS: opacity from [-2] to [-4] was [0] at 0.6 |
| 13 PASS: opacity from [-2] to [-4] was [0] at 1 |
| 14 PASS: opacity from [-2] to [-4] was [0] at 1.5 |
| 8 | 15 |
| 9 Web Animations API: | 16 Web Animations API: |
| 10 PASS: opacity from [0] to [1] was [0] at -0.3 | 17 PASS: opacity from [0] to [1] was [0] at -0.3 |
| 11 PASS: opacity from [0] to [1] was [0] at 0 | 18 PASS: opacity from [0] to [1] was [0] at 0 |
| 12 PASS: opacity from [0] to [1] was [0.3] at 0.3 | 19 PASS: opacity from [0] to [1] was [0.3] at 0.3 |
| 13 PASS: opacity from [0] to [1] was [0.6] at 0.6 | 20 PASS: opacity from [0] to [1] was [0.6] at 0.6 |
| 14 PASS: opacity from [0] to [1] was [1] at 1 | 21 PASS: opacity from [0] to [1] was [1] at 1 |
| 15 PASS: opacity from [0] to [1] was [1] at 1.5 | 22 PASS: opacity from [0] to [1] was [1] at 1.5 |
| 23 PASS: opacity from [-2] to [-4] was [0.5] at -1.25 |
| 24 PASS: opacity from [-2] to [-4] was [0] at -0.3 |
| 25 PASS: opacity from [-2] to [-4] was [0] at 0 |
| 26 PASS: opacity from [-2] to [-4] was [0] at 0.3 |
| 27 PASS: opacity from [-2] to [-4] was [0] at 0.6 |
| 28 PASS: opacity from [-2] to [-4] was [0] at 1 |
| 29 PASS: opacity from [-2] to [-4] was [0] at 1.5 |
| 16 | 30 |
| OLD | NEW |