Sign in
webkit
/
WebKit
/
7a2f3f50b83583acd60082111d0e9c7f59fe5a6d
/
.
/
LayoutTests
/
fast
/
text
/
firstline
/
003.html
blob: 0411cbc7a9608b7940a08d36214f99491d6c110f [
file
] [
log
] [
blame
]
<html>
<head>
<style>
p
:
first-letter
{
position
:
relative
;
left
:
100px
;
top
:
100px
;
font-size
:
24px
;
color
:
red
;
}
</style>
</head>
<body>
<p>
A The "A" should be big and red and ignore the position: relative.
</p>
</body>
</html>