tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / background-shorthand-invalid-url.html
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">
12
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>
21