summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/first-letter-br-first-character-expected.html
blob: 56c98bac1f63ef1cff925eb6c36f09779611d349 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<style>
div { color: green; font-size: 40px; }
</style>

<p>This test is successful if the 'T' below is green.</p>
<div><br>T</div>