Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5522-brdr-01-b-g.html
blobbae9e04ef0d95d52dfb5c2271c42ef387ed2704f
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>