| Index: third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html b/third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html
|
| index 54de29f12adc91433562c957a333666cadac53f5..e9f96347bc5c0b90919ea3b607e8e5e72308c819 100644
|
| --- a/third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/web-animations-api/change-in-animation-frame.html
|
| @@ -8,8 +8,8 @@ if (window.testRunner) {
|
| }
|
|
|
| requestAnimationFrame(function() {
|
| - document.getElementById('pass').animate([{visibility: 'visible'}, {visibility: 'visible'}], 10);
|
| - document.getElementById('fail').animate([{visibility: 'hidden'}, {visibility: 'hidden'}], 10);
|
| + document.getElementById('pass').animate([{visibility: 'visible'}, {visibility: 'visible'}], {fill: 'forwards'});
|
| + document.getElementById('fail').animate([{visibility: 'hidden'}, {visibility: 'hidden'}], {fill: 'forwards'});
|
| if (window.testRunner) {
|
| testRunner.notifyDone();
|
| }
|
|
|