<!doctype html>
<style>
div {
width: 100px;
height: 100px;
background: green;
}
</style>
<div id="test"></div>
<p>Verify that composited filter animations are applied correctly. If the box
is green the animation has applied correctly.</p>