Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / image-sizing.html
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>