Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / invalid / 016.html
1 <html>
2 <head>
3 <style>
4 img {
5   width: 100px;
6   height: 100px;
7   background-color: green;
8   border:2px solid black;
9 }
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>