Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / image-border.html
blob1ea689b7c1eb44f9fb752c1f227a0b6c19edd2f1
1 <html>
2 <body>
3 <p>The first empty image box below should have the default grey "no border" border.
4 The second should have a 1-pixel solid black border. They should be the same otherwise.</p>
5 border:0<img alt="" border="0" width="338" height="50px"><hr>
6 border:1<img alt="" border="1" width="338" height="50px">
7 </body>
8 </html>