| Index: LayoutTests/transitions/cubic-bezier-overflow-transform.html | 
| diff --git a/LayoutTests/transitions/cubic-bezier-overflow-transform.html b/LayoutTests/transitions/cubic-bezier-overflow-transform.html | 
| index 6529112b11d64f1ec40abac575a686815405d575..d3f25b0ac527563f1cb0aa91e78484a26cdc0ff2 100644 | 
| --- a/LayoutTests/transitions/cubic-bezier-overflow-transform.html | 
| +++ b/LayoutTests/transitions/cubic-bezier-overflow-transform.html | 
| @@ -17,7 +17,7 @@ | 
| -webkit-transform: rotate(180deg); | 
| } | 
| </style> | 
| -    <script src="resources/transition-test-helpers.js"></script> | 
| +    <script src="../animations/resources/animation-test-helpers.js"></script> | 
| <script> | 
| function DegreesToRotation(angle) { | 
| return roundNumber(Math.cos(angle * Math.PI / 180), 5); | 
|  |