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