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-font-size.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="author" title="Seva Alipov" href="mailto:salipov@mozilla.com">
<link rel="match" href="br-font-size-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
h1 {
font: 5px/1 ahem;
}
br {
font-size: 25px;
}
</style>
<h1>XXXXXX<br />XXXX<br />XXXXXXXXX<br />XXXX</h1>