Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
LayoutTests
/
fast
/
text
/
firstline
/
002.html
blob: 524414933cdfaaa7de6a5fd4f1ea9c0bf26fd416 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
p
:
first-letter
{
color
:
maroon
;
font-size
:
36px
;
}
</style>
<body><p
style
=
"
border
:
2px
solid blue
"
>
Maroon on the first letter only.
</p>
</html>