blob: b608c09c50ca6e8e54ed38470e7d34891afb787f [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Fonts Reference: font-size-adjust - greater than aspect value of font</title>
<style>
div {
position: absolute;
font: 40px/40px Ahem;
color: orange;
}
#test {
color: blue;
font-size: 45px;
}
</style>
<body>
<p>Test passes if the size of the blue rectangle is greater than the orange rectangle.</p>
<div id="test">FillerText</div>
<div>FillerText</div>
</body>