| 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>
|
|
|