Sign in
webkit
/
WebKit
/
84774fe198803611f5618b9a9f2415bf7b147653
/
.
/
LayoutTests
/
fast
/
shadow-dom
/
shadow-first-line-and-letter-expected.html
blob: 2487ab6511ba4e0031c95955c62e9719c7f54257 [
file
] [
log
] [
blame
]
<style>
p
{
background-color
:
antiquewhite
;
padding
:
8px
;
border
:
1px
solid coral
;
}
p
::
first-letter
{
color
:
blue
;
}
p
::
first-line
{
font-weight
:
bold
;
}
</style>
<p>
I should start with a blue I and have a bold first line.
</p>