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

Unified Diff: LayoutTests/transitions/transition-hit-test-transform.html

Issue 15738009: Beat the transition tests with a sanity stick. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass presubmit. Created 7 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
Index: LayoutTests/transitions/transition-hit-test-transform.html
diff --git a/LayoutTests/transitions/transition-hit-test-transform.html b/LayoutTests/transitions/transition-hit-test-transform.html
index c43f314026527832dfaebe773dd970a57e268f34..69cded33fda97470ad5591b79da684b6245b0844 100644
--- a/LayoutTests/transitions/transition-hit-test-transform.html
+++ b/LayoutTests/transitions/transition-hit-test-transform.html
@@ -23,7 +23,7 @@
position:absolute;
}
</style>
- <script src="resources/transition-test-helpers.js"></script>
+ <script src="../animations/resources/animation-test-helpers.js"></script>
<script type="text/javascript">
function checkResult(pos, isIn)
{
@@ -67,7 +67,7 @@
}
document.getElementById("target").style.webkitTransform = "translateX(300px)";
- waitForAnimationStart(doTest);
+ requestAnimationFrame(doTest);
}
</script>
</head>
« no previous file with comments | « LayoutTests/transitions/transition-end-event-rendering.html ('k') | LayoutTests/transitions/transition-in-delay-phase.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698