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

Unified Diff: LayoutTests/web-animations-api/element-animate-position-crash.html

Issue 251183006: Web Animations: Timeline should not advance during task execution (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Deflake element-animate-position-crash. Created 6 years, 7 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 | LayoutTests/web-animations-api/element-animate-position-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/web-animations-api/element-animate-position-crash.html
diff --git a/LayoutTests/web-animations-api/element-animate-position-crash.html b/LayoutTests/web-animations-api/element-animate-position-crash.html
index 91864db00e49b52c7a5b21a6ca4d2f46ce00cb31..be5fc2a773ee2b67b7ac8ac0fa40aaac8a390e1b 100644
--- a/LayoutTests/web-animations-api/element-animate-position-crash.html
+++ b/LayoutTests/web-animations-api/element-animate-position-crash.html
@@ -12,6 +12,7 @@ if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
requestAnimationFrame(function() {
+ document.documentElement.textContent = 'PASS';
testRunner.notifyDone();
});
}
« no previous file with comments | « no previous file | LayoutTests/web-animations-api/element-animate-position-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698