Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is a testharness.js-based test. | |
| 2 PASS This test uses interpolation-test.js. | |
| 3 FAIL CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg] to [path("M0 300H 700 Z") 600px 900deg] at (-0.3) is [path('M 0 300 H 700 Z') 47 0px 770deg] assert_equals: expected "path ( ' M 0 200 H 700 ' ) 470px 770deg " b ut got "path ( ' M 0 300 H 700 Z ' ) 470px 770deg " | |
| 4 FAIL CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg] to [path("M0 300H 700 Z") 600px 900deg] at (0) is [path('M 0 300 H 700 Z') 500px 800deg] assert_equals: expected "path ( ' M 0 200 H 700 ' ) 500px 800deg " but got "path ( ' M 0 300 H 700 Z ' ) 500px 800deg " | |
| 5 FAIL CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg] to [path("M0 300H 700 Z") 600px 900deg] at (0.3) is [path('M 0 300 H 700 Z') 530 px 830deg] assert_equals: expected "path ( ' M 0 200 H 700 ' ) 530px 830deg " bu t got "path ( ' M 0 300 H 700 Z ' ) 530px 830deg " | |
|
alancutter (OOO until 2018)
2017/03/13 05:11:58
Why do these fail? The description should elaborat
Eric Willigers
2017/03/21 05:47:24
Description updated.
alancutter (OOO until 2018)
2017/03/21 05:56:44
In this scenario I think it's suitable to define s
Eric Willigers
2017/03/22 01:20:55
Done.
| |
| 6 PASS CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg] to [path("M0 300H 700 Z") 600px 900deg] at (0.6) is [path('M 0 300 H 700 Z') 560 px 860deg] | |
| 7 PASS CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg] to [path("M0 300H 700 Z") 600px 900deg] at (1) is [path('M 0 300 H 700 Z') 600px 900deg] | |
| 8 PASS CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg] to [path("M0 300H 700 Z") 600px 900deg] at (1.5) is [path('M 0 300 H 700 Z') 650 px 950deg] | |
| 9 PASS CSS Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (-0.3) is [path('M 0 200 H 700') 470px 770deg] | |
| 10 PASS CSS Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (0) is [path('M 0 200 H 700') 500px 80 0deg] | |
| 11 PASS CSS Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (0.3) is [path('M 0 200 H 700') 530px 830deg] | |
| 12 PASS CSS Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (0.6) is [path('M 0 300 H 700 Z') 560p x 860deg] | |
| 13 PASS CSS Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (1) is [path('M 0 300 H 700 Z') 600px 900deg] | |
| 14 PASS CSS Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (1.5) is [path('M 0 300 H 700 Z') 650p x 950deg] | |
| 15 PASS Web Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (-0.3) is [path('M 0 200 H 700') 470px 770deg] | |
| 16 PASS Web Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (0) is [path('M 0 200 H 700') 500px 80 0deg] | |
| 17 PASS Web Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (0.3) is [path('M 0 200 H 700') 530px 830deg] | |
| 18 PASS Web Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (0.6) is [path('M 0 300 H 700 Z') 560p x 860deg] | |
| 19 PASS Web Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (1) is [path('M 0 300 H 700 Z') 600px 900deg] | |
| 20 PASS Web Animations: property <offset> from [path("M0 200H 700") 500px 800deg] t o [path("M0 300H 700 Z") 600px 900deg] at (1.5) is [path('M 0 300 H 700 Z') 650p x 950deg] | |
| 21 Harness: the test ran to completion. | |
| 22 | |
| OLD | NEW |