blob: 2f3532e18e2741522695ade7c678674838eea2e8 [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 '1' appears below.</p>
<div>1</div>
</body>