Index: LayoutTests/fast/images/content-url-broken-image-with-alt-text.html |
diff --git a/LayoutTests/fast/images/content-url-broken-image-with-alt-text.html b/LayoutTests/fast/images/content-url-broken-image-with-alt-text.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b18ed821ac5995f14e2072d2ed20bf2bf5ed9c86 |
--- /dev/null |
+++ b/LayoutTests/fast/images/content-url-broken-image-with-alt-text.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<style> |
+#img {content:url('resources/lena.png')} |
pdr.
2015/08/11 20:48:29
Lets use "ImageThatDoesNotExist" with no extension
|
+</style> |
+<img id='img' alt='test image'> |
+<p>crbug.com/516239: images set by content: url() should behave correctly with alt text. |