haikuwebkit/LayoutTests/fast/backgrounds/repeat/noRepeatCorrectClip.html

17 lines
212 B
HTML

<head>
<style>
ul#nav li {
background:url(resources/nav.blue.gif)
no-repeat;
}
</style>
</head>
<body>
<ul id="nav">
<li></li>
</ul>
</body>