| Index: LayoutTests/transitions/cubic-bezier-overflow-length.html | 
| diff --git a/LayoutTests/transitions/cubic-bezier-overflow-length.html b/LayoutTests/transitions/cubic-bezier-overflow-length.html | 
| index 1b5ddafdf648d9f10f0ec8f20d949ba3616fe84f..2d5b493d49c9c1e5d887f0477257dab5d83896cf 100644 | 
| --- a/LayoutTests/transitions/cubic-bezier-overflow-length.html | 
| +++ b/LayoutTests/transitions/cubic-bezier-overflow-length.html | 
| @@ -16,7 +16,7 @@ | 
| left: 400px; | 
| } | 
| </style> | 
| -    <script src="resources/transition-test-helpers.js"></script> | 
| +    <script src="../animations/resources/animation-test-helpers.js"></script> | 
| <script> | 
| const expectedValues = [ | 
| // [time, element-id, property, expected-value, tolerance] | 
|  |