12 Each section below has two boxes, the top runs on the main thread, the bottom
15 This test is successful if the boxes are mostly in sync and all finish at the
20 Multiple iframes test.
22 <div id=
"test1_blink">BLINK THREAD
</div>
23 <div id=
"test1_impl">IMPL THREAD
</div>
31 var translateKeyframes
= [
32 {transform
: 'translateX(100px)'},
33 {transform
: 'translateX(600px)'}
36 var player1_blink
= test1_blink
.animate(leftKeyframes
, {
40 var player1_impl
= test1_impl
.animate(translateKeyframes
, {
46 <iframe src=
"compositor-animation-steps.html" style=
"border: 0; width: 100%; height: 50%">No iframe
</iframe>
48 <iframe src=
"compositor-animation-same-property.html" style=
"border: 0; width: 100%; height: 50%">No iframe
</iframe>