Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLImageElement / image-alt-text.html
blobd1e566c2c5d30c7c02b392679d55370c781ef46f
1 <html>
2 <head>
3 </head>
4 <body>
5 This tests whether alt text is shown for image elements with no src attribute.
6 You should see "Success" twice, followed by a blue rectangle.
7 <p>
8 <img alt="Success"><br>
9 <img alt="Success" width="100" height="50" border="1"><br>
11 <img src="resources/blue_rect.jpg" alt="FAILED!"><br>
12 </body>
13 </html>