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

Unified Diff: LayoutTests/inspector/layer-compositing-reasons.html

Issue 73643004: Web Animations: Extract an API for servicing animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 1 month 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 | « LayoutTests/TestExpectations ('k') | Source/core/animation/ActiveAnimations.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/layer-compositing-reasons.html
diff --git a/LayoutTests/inspector/layer-compositing-reasons.html b/LayoutTests/inspector/layer-compositing-reasons.html
index a5926bdddb4caeee4f11bfcee6707495188d9ed1..ec34d69402c7dafc8f3fa08cd0334e9cfdc5de51 100644
--- a/LayoutTests/inspector/layer-compositing-reasons.html
+++ b/LayoutTests/inspector/layer-compositing-reasons.html
@@ -11,6 +11,12 @@
<script src="../http/tests/inspector/inspector-test.js"></script>
<script src="../http/tests/inspector/layers-test.js"></script>
<script>
+if (window.internals) {
+ document.addEventListener('webkitAnimationStart', function() {
+ internals.pauseAnimations(0);
+ });
+}
+
function test()
{
function dumpCompositingReasons(layer, callback)
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/animation/ActiveAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698