Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<head>
<title>Reference rendering - passes if the number '10' appears below</title>
<style type="text/css">
div {
font-size: 30px;
}
</style>
</head>
<body>
<p>Test passes if the number '10' appears below.</p>
<div>10</div>
</body>
</html>