| Index: LayoutTests/transitions/cubic-bezier-overflow-color.html | 
| diff --git a/LayoutTests/transitions/cubic-bezier-overflow-color.html b/LayoutTests/transitions/cubic-bezier-overflow-color.html | 
| index 7474f66d116c6f2a23a2af633a5044e28c2b7673..cd23adc583e2c95501d104c41fffa37f083f0a71 100644 | 
| --- a/LayoutTests/transitions/cubic-bezier-overflow-color.html | 
| +++ b/LayoutTests/transitions/cubic-bezier-overflow-color.html | 
| @@ -19,7 +19,7 @@ | 
| background-color: papayawhip; | 
| } | 
| </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] | 
|  |