| Index: third_party/WebKit/LayoutTests/animations/multiple-same-animations-asan-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/multiple-same-animations-asan-crash.html b/third_party/WebKit/LayoutTests/animations/multiple-same-animations-asan-crash.html
|
| index 42a4fdda4a12a4dafb30666cd1b434ab0f54cd29..3a22397435e8ff1e6d031786e70539767e5b8327 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/multiple-same-animations-asan-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/multiple-same-animations-asan-crash.html
|
| @@ -16,8 +16,6 @@ requestAnimationFrame(function() {
|
| // Force the next style recalc to be non-animation triggered.
|
| target.style.color = 'blue';
|
| requestAnimationFrame(function() {
|
| - // Clear the running animations to avoid hitting a debug assertion. (crbug.com/487092)
|
| - target.style.animation = 'none';
|
| asyncHandle.done();
|
| });
|
| });
|
|
|