Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / favicon-as-image.html
blob92390e69db524b6df4ca2f2166d4f6da1b25310d
1 <html>
2 <head>
3 <style type="text/css">
4 .failure {
5 background: red;
6 border: 1px solid black;
7 height: 16px;
8 width: 16px;
10 </style>
11 </head>
12 <body style="margin: 0px;">
13 <div>Three 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><br>
18 <iframe src="resources/favicon-vnd-ms.ico" class="failure"></iframe>
19 </body>
20 </html>