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

Unified Diff: LayoutTests/transitions/cross-fade-background-image.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/cross-fade-background-image.html
diff --git a/LayoutTests/transitions/cross-fade-background-image.html b/LayoutTests/transitions/cross-fade-background-image.html
index b8d70a27935155beab28e785caef8f2538dc956b..230f6c5c40b8bbd7045ca7ac08b0c98564c5f8c9 100644
--- a/LayoutTests/transitions/cross-fade-background-image.html
+++ b/LayoutTests/transitions/cross-fade-background-image.html
@@ -30,7 +30,7 @@
}
</style>
- <script src="resources/transition-test-helpers.js" type="text/javascript"></script>
+ <script src="../animations/resources/animation-test-helpers.js" type="text/javascript"></script>
<script>
const expectedValues = [
@@ -45,7 +45,7 @@
document.getElementById('boxShorthand').className = 'box final';
}
- runTransitionTest(expectedValues, setupTest, usePauseAPI, true);
+ runTransitionTest(expectedValues, setupTest, usePauseAPI);
</script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698