Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
fast
/
text
/
firstline
/
001.html
blob: 05349f3257be002596022e538e6cd2e8680da980 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
p
:
first-line
{
color
:
green
;
font-size
:
50px
;
}
</style>
<body><p>
BigAndGreen
<br>
SmallAndBlack
</p></body>
</html>