Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-inline/br-line-height.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="author" title="Seva Alipov" href="mailto:salipov@mozilla.com">
<link rel="match" href="br-line-height-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
br {
line-height: 5;
}
h1 {
font: 25px/1 ahem;
line-height: 1;
}
</style>
<h1>XXXXXX<br />XXXX<br />XXXXXXXXX<br />XXXX</h1>