<!DOCTYPE html>
<meta charset="utf-8">
<style>
#test {
font: 25px/1 Ahem;
}
</style>
<p>The test passes if there is only one line of text below.</p>
<div id="test">
XX X
</div>
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#test {
font: 25px/1 Ahem;
}
</style>
<p>The test passes if there is only one line of text below.</p>
<div id="test">
XX X
</div>