| Index: LayoutTests/transitions/transition-shorthand-delay.html | 
| diff --git a/LayoutTests/transitions/transition-shorthand-delay.html b/LayoutTests/transitions/transition-shorthand-delay.html | 
| index df0989d9f64fa7de4e4eb35083ae8d449bef46f6..dd35dd061e9e4115c44e4a63856783298b83732b 100644 | 
| --- a/LayoutTests/transitions/transition-shorthand-delay.html | 
| +++ b/LayoutTests/transitions/transition-shorthand-delay.html | 
| @@ -16,7 +16,7 @@ | 
| left: 200px; | 
| } | 
| </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] | 
|  |