Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / image-sizing.html
blob3614e33f7dcca206333fce27898c87e626880625
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html lang="en">
3 <head>
4 <title>Image sizing</title>
5 </head>
6 <body>
7 <p>These images should all look the same, square not rectangular.</p>
8 <p><img src="resources/compass.jpg" width="64" height="64" alt="compass"></p>
9 <p><img src="resources/compass.jpg" width="64" alt="compass"></p>
10 <p><img src="resources/compass.jpg" height="64" alt="compass"></p>
11 </body>
12 </html>