Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
css
/
animation-pseudo-style-change-expected.html
blob: ea7c37079ac5ba3b9bfa2ff9df859251cd127267 [
file
] [
log
] [
blame
]
<style>
child
::
after
{
display
:
block
;
border
:
2px
solid green
;
width
:
200px
;
height
:
50px
;
content
:
"after"
;
}
</style>
<container>
<child>
</child>
</container>