Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
backgrounds
/
repeat
/
noRepeatCorrectClip.html
blob: f18d1d9777f7146b1e6b5491ef4ab2bc3fd99662 [
file
]
<head>
<style>
ul
#
nav li
{
background
:
url
(
resources/nav.blue.gif
)
no-repeat
;
}
</style>
</head>
<body>
<ul
id
=
"nav"
>
<li></li>
</ul>
</body>