Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/images/image-invalid-data.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/images/image-invalid-data.html b/third_party/WebKit/LayoutTests/fast/images/image-invalid-data.html |
| deleted file mode 100644 |
| index 9de10c461e517d91f86a456ed355711adcd9488c..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/images/image-invalid-data.html |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -<html> |
| -<head> |
| - <script type="text/javascript"> |
| - if (window.testRunner) |
| - testRunner.dumpAsText(); |
| - </script> |
| -</head> |
| -<body> |
| - <p> |
| - This is test for an image with invalid data. No crash means test PASS. |
| - </p> |
| - <hr> |
| - <img src="resources/invalid.jpg"></img> |
| -</body> |
| -</html> |