Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / background-shorthand-invalid-url.html
bloba05836a2693a59bd243470f45e82be7222ae4ee1
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html>
3 <head>
4 <title>Bug</title>
5 <style>
6 #top_news span.img_cont { display:block; height:85px; width:300px; background: url("") no-repeat center left; }
7 </style>
8 </head>
9 <body>
10 <h1>The background image should not repeat.</h1>
11 <div id="top_news">
13 <ul>
14 <li style="border: 1px solid red;">
15 <span style="background-image: url(../media/resources/apple_logo_half_size.png); border: 2px solid green;" class="img_cont">&nbsp;</span>
16 </li>
17 </ul>
18 </div>
19 </body>
20 </html>