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

Unified Diff: LayoutTests/css3/calc/transitions-dependent.html

Issue 14556022: Simplify animation testing API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/css3/calc/transitions-dependent.html
diff --git a/LayoutTests/css3/calc/transitions-dependent.html b/LayoutTests/css3/calc/transitions-dependent.html
index 6f4e5441d994f70ad5a32bdf3b58c7c8a7c11b77..ef70a8b24aa78d81108db510b0615adc450840ec 100644
--- a/LayoutTests/css3/calc/transitions-dependent.html
+++ b/LayoutTests/css3/calc/transitions-dependent.html
@@ -74,8 +74,7 @@ function runTest(expected)
var expectedValue = expected[i][3];
var dependsOn = expected[i][4];
if (window.internals) {
- internals.pauseTransitionAtTimeOnElement(property, time, document.getElementById(dependsOn));
- internals.pauseTransitionAtTimeOnElement(property, time, document.getElementById(elementId));
+ internals.pauseAnimations(time);
var actual = window.getComputedStyle(document.getElementById(elementId)).getPropertyCSSValue(property).getFloatValue(CSSPrimitiveValue.CSS_NUMBER);
var result = document.getElementById("result");
if (actual == expectedValue)
« no previous file with comments | « LayoutTests/animations/wrong-keyframe-name-expected.txt ('k') | LayoutTests/fast/css-generated-content/pseudo-animation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698