Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-color/light-dark-image-none.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>light-dark() with none rendered as transparent image</title>
<link rel="match" href="light-dark-image-none-ref.html">
<style>
li { list-style-image: light-dark(none, none); }
</style>
<ul>
<li>This item should not have a visible marker</li>
</ul>