Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0805-c5522-brdr-01-b-g.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: border</title>
5   <style type="text/css">
6    p { color: blue; }
7    div { margin: 2em; color: red; }
8    img { border: 0px; }
9   </style>
10   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
11  </head>
12  <body>
13   <p> There should be no border around the cat: </p>
14   <div> <a href="http://test.example.org/"><img alt="FAIL (image support required)" src="support/cat.png"></a> </div>
15  </body>
16 </html>