Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
first-letter-br-first-character.html
blob: 31a1c0c9390ab0ce680a79b50f0ef5c2de70e17d [
file
] [
log
] [
blame
]
<!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><br>
T
</div>