Sign in
webkit
/
WebKit
/
f3ecda48cdde51cb7c8c882d151b56b514c68e28
/
.
/
LayoutTests
/
webanimations
/
relative-ordering-of-translate-and-scale-properties-accelerated-expected.html
blob: 02b9637ce4918204fd793edba00a1ebd51cc4521 [
file
] [
log
] [
blame
]
<style>
div
{
position
:
absolute
;
top
:
0
;
left
:
0
;
height
:
100px
;
width
:
100px
;
background-color
:
black
;
translate
:
100px
100px
;
scale
:
0.5
;
}
</style>
<div></div>