| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
|
| index f8fedac8fc871dd79927375333d83d3dc3e9f5a8..c64fd2d9bb67eea17e9e374dcbaafebe8f47b89e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <!-- We also need to include the inspector test harness here to ensure the test
|
| completes normally after navigating to this page. -->
|
| -<script src="../inspector-protocol-test.js"></script>
|
| +<script src="../resources/inspector-protocol-test.js"></script>
|
| <body onload="runTest()">
|
| <img src="image.png">
|
| </body>
|
|
|