blob: 2b5762b4dca87e0653f572b73bd47b2c1138271f [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
div {
font-size: 30px;
}
</style>
<body>
<p>Test passes if the number '320' appears below.</p>
<div>320</div>
</body>