summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/widgets/button-layout/inline-level-ref.html
blob: 3784cc30dbee61cae594c92e59883c18142336ba (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>Reference for button with inline-level display</title>
<style>
button { font: inherit }
</style>
<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>
<p>a<button>1<br>2</button>b</p>
<p>a<button>1<br>2</button>b</p>
<p>a<button>1<br>2</button>b</p>
<p>a<button>1<br>2</button>b</p>