| <!DOCTYPE html> |
| <html> |
| <head> |
| <style type="text/css"> |
| .bigGreenText |
| { |
| color: green; |
| font-size: 36px; |
| } |
| </style> |
| </head> |
| <body> |
| <p>Test passes if all the T and surrounding punctuation are green.</p> |
| <div><span class="bigGreenText">(T)</span>est</div> |
| <div><span class="bigGreenText">“T”</span>est</div> |
| <div><span class="bigGreenText">« T »</span>est</div> |
| <div><span class="bigGreenText">« T »</span> est</div> |
| <div><span class="bigGreenText">𐄀T𐄀</span>est</div> |
| </body> |
| </html> |