Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>