Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
backgrounds
/
repeat
/
noRepeatCorrectClip.html
blob: f18d1d9777f7146b1e6b5491ef4ab2bc3fd99662 [
file
] [
log
] [
blame
]
<head>
<style>
ul
#
nav li
{
background
:
url
(
resources/nav.blue.gif
)
no-repeat
;
}
</style>
</head>
<body>
<ul
id
=
"nav"
>
<li></li>
</ul>
</body>