blob: 420df62eae11be912601e46a07ba6a7cef002114 [file] [log] [blame]
<!DOCTYPE html>
<style>
#test {
position: absolute;
top: 100px;
width: 100px;
height: 100px;
background: green;
transform: translateZ(0);
}
</style>
<div id="test">This box should transition from red to green.</div>