<!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> |