inline-level-ref.html (403B)
1 <!doctype html> 2 <title>Reference for button with inline-level display</title> 3 <style> 4 button { font: inherit } 5 </style> 6 <p>There should be three buttons below containing "1" and "2" on separate lines, and "a" and "b" before and after on the same baseline as the "2".</p> 7 <p>a<button>1<br>2</button>b</p> 8 <p>a<button>1<br>2</button>b</p> 9 <p>a<button>1<br>2</button>b</p> 10 <p>a<button>1<br>2</button>b</p>