Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>CSS Test: Control Characters between (00 and 1F)</title>
<meta name="flags" content="HTMLonly" />
<meta name="assert" content="Handling and processing of control characters." />
<style type="text/css">
div
{
border: 1px solid black;
height: 1.2em;
padding-left: 1em;
}
</style>
</head>
<body>
<p>Test passes if there is only a single character in each box below or the box is empty.</p>
<!-- C0 Control Characters -->
<div>�</div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>