Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / first-letter-br-first-character-expected.html
1 <!DOCTYPE html>
2 <style>
3 div { color: green; font-size: 40px; }
4 </style>
5
6 <p>This test is successful if the 'T' below is green.</p>
7 <div><br>T</div>