summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/image-border.html
blob: 1ea689b7c1eb44f9fb752c1f227a0b6c19edd2f1 (plain)
1
2
3
4
5
6
7
8
<html>
<body>
<p>The first empty image box below should have the default grey "no border" border.
   The second should have a 1-pixel solid black border. They should be the same otherwise.</p>
    border:0<img alt="" border="0" width="338" height="50px"><hr>
    border:1<img alt="" border="1" width="338" height="50px">
</body>
</html>