blob: b4656b24be1ce83740d9f3de773ea5a762668ba0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div:first-letter
{
color: green;
font-size: 36px;
}
</style>
</head>
<body>
<p>Test passes if all the T and surrounding punctuation are green.</p>
<div>(T)est</div>
<div>&ldquo;T&rdquo;est</div>
<div>&laquo;&nbsp;T&nbsp;&raquo;est</div>
<div>&laquo;&nbsp;T&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;est</div>
<div>&#x10100;T&#x10100;est</div>
</body>
</html>