Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/images/content-url-image-with-alt-text.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/images/content-url-image-with-alt-text.html b/third_party/WebKit/LayoutTests/fast/images/content-url-image-with-alt-text.html |
| deleted file mode 100644 |
| index e0750d06129b62e1e120005dfdbae01b42f4d44f..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/images/content-url-image-with-alt-text.html |
| +++ /dev/null |
| @@ -1,6 +0,0 @@ |
| -<!DOCTYPE html> |
| -<style> |
| -#img {content:url('resources/lenna.png')} |
| -</style> |
| -<img id='img' alt='test image'> |
| -<p>crbug.com/516239: images set by content: url() should behave correctly with alt text. |