Chromium Code Reviews| 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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f8fedac8fc871dd79927375333d83d3dc3e9f5a8 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/image.html |
| @@ -0,0 +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> |
| +<body onload="runTest()"> |
| +<img src="image.png"> |
| +</body> |