summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/replaced/image-sizing.html
blob: 3614e33f7dcca206333fce27898c87e626880625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">
 <head>
  <title>Image sizing</title>
 </head>
 <body>
  <p>These images should all look the same, square not rectangular.</p>
  <p><img src="resources/compass.jpg" width="64" height="64" alt="compass"></p>
  <p><img src="resources/compass.jpg" width="64" alt="compass"></p>
  <p><img src="resources/compass.jpg" height="64" alt="compass"></p>
 </body>
</html>