Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / favicon-as-image.html
blob7f76b435e643f3711f80488df3481eb2b687b20f
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;
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>