Sign in
webkit
/
WebKit
/
d507f536e123365c4233f3083e0192532185e8fc
/
.
/
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>