2 <style id=
"emptyStyle"></style>
11 transition: background-color
1s;
16 background-color: green;
19 <p>PASS if no assert.
</p>
20 <div id=
"animated"></div>
22 if (window
.testRunner
)
23 testRunner
.waitUntilDone();
26 animated
.className
= "green";
27 requestAnimationFrame(function(){
28 requestAnimationFrame(function(){
29 requestAnimationFrame(function(){
30 emptyStyle
.parentNode
.removeChild(emptyStyle
);
31 if (window
.testRunner
)
32 testRunner
.notifyDone();