| Index: LayoutTests/transitions/delay.html | 
| diff --git a/LayoutTests/transitions/delay.html b/LayoutTests/transitions/delay.html | 
| index c7972cb2a6a63e64955646309ce2a304cd519a5d..f38b670768daceb4056179dfe42be60da44ec14e 100644 | 
| --- a/LayoutTests/transitions/delay.html | 
| +++ b/LayoutTests/transitions/delay.html | 
| @@ -14,7 +14,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] | 
|  |