Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Test Reference File</title>
<style>
div {
border: 1px solid blue;
}
</style>
<body>
<p>Test passes if the words "Filler Text" below are aligned to the left, inside the blue box.</p>
<div>Filler Text</div>
</body>