Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!doctype html>
<style>
button {
color-scheme: dark;
/* We want to test the theme background rendering, not the text color which
is set via CSS. */
color: transparent;
}
</style>
<button>ABC</button>