blob: e5e11546fadcd03f074e001902d3e55c3bbb6533 [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>
</body>
</html>