color-scheme-themed-button.html (223B)
1 <!doctype html> 2 <style> 3 button { 4 color-scheme: dark; 5 /* We want to test the theme background rendering, not the text color which 6 is set via CSS. */ 7 color: transparent; 8 } 9 </style> 10 <button>ABC</button>