summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/misc/favicon-as-image.html
blob: 92390e69db524b6df4ca2f2166d4f6da1b25310d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<style type="text/css">
.failure {
    background: red;
    border: 1px solid black;
    height: 16px;
    width: 16px;
}
</style>
</head>
<body style="margin: 0px;">
<div>Three green 16x16 pixel squares should appear below, stacked vertically.</div>
<div class="failure">
  <img src="resources/favicon.ico">
</div>
<iframe src="resources/favicon.ico" class="failure"></iframe><br>
<iframe src="resources/favicon-vnd-ms.ico" class="failure"></iframe>
</body>
</html>