compute-kind-widget-fallback-button-ref.html (259B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Reference: Compute kind of widget - fallback - button</title> 4 <style> 5 #container { width: 500px; } 6 button { 7 appearance: none; 8 } 9 </style> 10 <div id="container"> 11 <button>button</button> 12 </div>