<!doctype HTML>
<style>
ul {
color:black;
background:gray;
}
</style>
The test succeeds if the bullet is black.
<ul id='target'>
<li>Test</li>
</ul>
<!doctype HTML>
<style>
ul {
color:black;
background:gray;
}
</style>
The test succeeds if the bullet is black.
<ul id='target'>
<li>Test</li>
</ul>