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

Side by Side Diff: LayoutTests/fast/dom/HTMLImageElement/image-alt-text-width.html

Issue 419453003: Show alt text when source image is missing or broken or not found. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaselining newly added Layout test cases Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 </head>
4 <body>
5 This tests whether alt text is shown for image elements when image is missing an d width is specified for img tag.
6 You should see specified alt text.
7 <p>
8
9 <img src="image_missing.jpg" alt="Image is missing and width is specified" width ="50"><br>
10
11 <img src="image_missing.jpg" width="1024" alt="Image is missing and alt text wid th is more than 1024px Image is missing and alt text width is more than 1024px I mage is missing and alt text width is more than 1024px"><br>
12
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLImageElement/image-alt-text-no-width.html ('k') | LayoutTests/fast/forms/002-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698