[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / images / favicon-as-image.html
1 <html>
2 <head>
3 <style type="text/css">
4 .failure {
5     background: red;
6     border: 0px solid black;
7     height: 16px;
8     width: 16px;
9 }
10 </style>
11 </head>
12 <body style="margin: 0px;">
13 <div>Two green 16x16 pixel squares should appear below stacked vertically.</div>
14 <div class="failure">
15   <img src="resources/favicon.ico">
16 </div>
17 <iframe src="resources/favicon.ico" class="failure"></iframe>
18 </body>
19 </html>