Sign in
webkit
/
WebKit
/
94282b3012763946e314e7ec5baa639b52d716da
/
.
/
LayoutTests
/
webanimations
/
scale-property-and-scale-animation-with-delay-on-forced-layer-expected.html
blob: 3c40b781400e7d94dc7a54b7ce4a290f842c976e [
file
] [
log
] [
blame
]
<style>
div
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100px
;
height
:
100px
;
background-color
:
black
;
will-change
:
scale
;
scale
:
0.5
;
}
</style>
<div></div>