Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: LayoutTests/fast/images/content-url-broken-image-with-alt-text.html

Issue 1277013005: Images from content:url() aren't loading if the alt attribute is present (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/images/content-url-broken-image-with-alt-text-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c4fdd58ece41f44daaccfb9ba8a012c8d97f0fe3
--- /dev/null
+++ b/LayoutTests/fast/images/content-url-broken-image-with-alt-text.html
@@ -0,0 +1,6 @@
+<!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.
« no previous file with comments | « no previous file | LayoutTests/fast/images/content-url-broken-image-with-alt-text-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698