blob: e9a2588ced6481f68b4b2300cec7e73c504aea45 [file] [log] [blame]
<html>
<head>
<style>
/* List item should be a 1em by 1em round gradient bullet. */
ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent 100%); }
</style>
</head>
<body>
<ul>
<li>&nbsp;
<li>&nbsp;
<li>&nbsp;
</ul>
<script>
if (window.testRunner) {
testRunner.dumpAsTextWithPixelResults();
}
</script>