blob: b1f26e7e5c634cf99da2cb24c88d66d7a9762466 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<style>
@-webkit-variables {
marker: url(resources/listmark.gif);
}
li {
list-style-type: disc;
list-style-image: -webkit-var(marker)
}
</style>
</head>
<body>
The list below should use red diamond images for bullets. If you see circular bullets, the test has failed.
<ul>
<li>One
<li>Two
<li>Three
</ul>
</body>
</html>