Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: third_party/WebKit/LayoutTests/animations/multiple-same-animations-asan-crash.html

Issue 1402143004: Preserve running CSS Animations across changes to animation styles according to same name index (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Semilcelon Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
});
});
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/multiple-same-name-css-animations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698