blob: 82bca638d26b3091b2c3f48bbd2e14d1f5a70c3f (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<style>
div { color: green; font-size: 40px; }
div:first-letter { color: red; font-size: 40px; }
</style>
<p>This test is successful if the 'T' below is green.</p>
<div><wbr>T</div>
|