select-1-block-size-001-ref.html (578B)
1 <!doctype html> 2 <title>CSS Test Reference</title> 3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> 4 <link rel="author" title="Mozilla" href="https://mozilla.org"> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764"> 6 <link rel="match" href="select-1-block-size-001-ref-2.html"> 7 <style> 8 button { 9 -webkit-appearance: none; 10 appearance: none; 11 12 background: black; 13 color: transparent; 14 15 line-height: 100px; 16 width: 100px; 17 18 border: 0; 19 border-radius: 0; 20 padding: 0; 21 } 22 </style> 23 <button>A</button> 24 <button>A</button>