Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / invalid / 016.html
blobc914e87cb6d00efecffd2b6dfeea10a22189b69c
1 <html>
2 <head>
3 <style>
4 img {
5 width: 100px;
6 height: 100px;
7 background-color: green;
8 border:2px solid black;
10 </style>
11 </head>
12 <body>
13 <p>You should see two 100x100 green squares with black borders below. If you see only
14 one square, the test has failed.</p>
15 <p><img src="foo.gif"<img src="foo.gif"></p>