blob: 753f5be1a1af1f57aa9b22f4bef9352a09e5a949 [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 are green, as well as punctuation elements when they are adjacent to a letter (without spaces)</p>
<div>Test</div>
<div>&nbsp;Test&nbsp;</div>
<div>(T)est</div>
<div>&nbsp;(T)est</div>
<div>&ldquo;T&rdquo;est</div>
<div>&amp;Test</div>
<div>&nbsp;&amp;Test</div>
<div>T&amp;S<div>
<div>T&nbsp;&amp;&nbsp;S<div>
<div>T &amp; S<div>
<div>&laquo;&nbsp;S&nbsp;&raquo;</div>
<div>&laquo;&nbsp;S&nbsp;&raquo;&nbsp;&nbsp;&nbsp;&nbsp;</div>
<div>&bull; </div>
<div>&nbsp;&bull; &nbsp;</div>
</body>
</html>