Chromium Code Reviews| Index: LayoutTests/fast/dom/HTMLImageElement/image-alt-text-no-width.html |
| diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-alt-text-no-width.html b/LayoutTests/fast/dom/HTMLImageElement/image-alt-text-no-width.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..48ab4bb45f4c9910aba16292ae7e9ebb123421ce |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/HTMLImageElement/image-alt-text-no-width.html |
| @@ -0,0 +1,12 @@ |
| +<html> |
| +<head> |
| +</head> |
| +<body> |
| +This tests whether alt text is shown for image elements when image is missing and no width is specified for img tag. |
| +You should see specified alt text. |
| + |
| +<p> |
| +<img src="image_missing.jpg" alt="Image is missing and no width is specified for img tag"><br> |
| + |
| +</body> |
| +</html> |