| Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| index 21e523b737975c47e968f2f467f1a6307cc5c5ad..89f6a467938e86a2d80da1e642ddadcded656f4c 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| @@ -10,6 +10,11 @@
|
| <script>
|
| 'use strict';
|
|
|
| +test(function(t) {
|
| + var anim = createDiv(t).animate(null);
|
| + assert_equals(anim.effect.timing.fill, 'auto');
|
| +}, 'Test default value');
|
| +
|
| ["none", "forwards", "backwards", "both", ].forEach(function(fill){
|
| test(function(t) {
|
| var div = createDiv(t);
|
|
|