Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
animation
/
pseudo-element-style-adjuster-expected.html
blob: 93e5cfccf0e082627baae304cae4e6d2601f26d7 [
file
] [
log
] [
blame
]
<style>
.
flex
{
display
:
flex
;
}
.
host
::
before
{
display
:
inline-block
;
content
:
'On the same'
;
}
.
host
::
after
{
display
:
inline-block
;
content
:
'line'
;
color
:
green
;
}
</style>
<div
class
=
flex
>
<div
class
=
host
>
</div>
</div>