| Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
|
| index 11c865a7fdd3e4e16e05a6de98b5e63ca97abd93..ad930408450f20599bfb19a9413ad70c851b9e9b 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/animation-model/animation-types/spacing-keyframes-filters.html
|
| @@ -189,7 +189,7 @@ test(function(t) {
|
| Math.sqrt(1 * 1 + 0.5 * 0.5 + 1 * 1),
|
| Math.sqrt(0.25 * 0.25 + 1 * 1) ];
|
| assert_animation_offsets(anim, dist);
|
| -}, 'Test spacing on filter function lists' );
|
| +}, 'Test spacing on filter function lists with consistent sequence' );
|
|
|
| test(function(t) {
|
| var anim =
|
| @@ -204,7 +204,7 @@ test(function(t) {
|
| 0,
|
| Math.sqrt(0.25 * 0.25 + 1 * 1) ];
|
| assert_animation_offsets(anim, dist);
|
| -}, 'Test spacing on filter function lists' );
|
| +}, 'Test spacing on filter function lists with inconsistent sequence' );
|
|
|
| </script>
|
| </body>
|
|
|