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

Unified Diff: LayoutTests/fast/images/content-url-image-with-alt-text-expected.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
Index: LayoutTests/fast/images/content-url-image-with-alt-text-expected.html
diff --git a/LayoutTests/fast/images/content-url-image-with-alt-text-expected.html b/LayoutTests/fast/images/content-url-image-with-alt-text-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5b4db8ef829e3f9870f05f1dc583b2f6c340c3bd
--- /dev/null
+++ b/LayoutTests/fast/images/content-url-image-with-alt-text-expected.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<img id='img' alt='test image' src="resources/lenna.png">
+<p>crbug.com/516239: images set by content: url() should behave correctly with alt text.
« no previous file with comments | « LayoutTests/fast/images/content-url-image-with-alt-text-dynamic-expected.html ('k') | Source/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698