| Index: LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html | 
| diff --git a/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html b/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html | 
| index a8fc0d1b9106dccf6cd95b60c00c93c5e048d389..ffa2c018101b41df3280c5c0008cfa15f6c85585 100644 | 
| --- a/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html | 
| +++ b/LayoutTests/http/tests/loading/promote-img-in-viewport-priority.html | 
| @@ -1,12 +1,12 @@ | 
| <html> | 
| <head> | 
| +        <script src="/js-test-resources/js-test.js"></script> | 
| <script> | 
| if (window.testRunner) { | 
| testRunner.dumpResourceRequestPriorities(); | 
| testRunner.dumpAsText(); | 
| } | 
| </script> | 
| -        <script src="/js-test-resources/js-test.js"></script> | 
| </head> | 
| <body> | 
| <div style="width: 100%"> | 
|  |