3 <style type=
"text/css" media=
"screen">
6 background-image: url('resources/red-green-animated.gif');
11 <script type=
"text/javascript" charset=
"utf-8">
12 if (window.testRunner)
13 testRunner.waitUntilDone();
17 testRunner.layoutAndPaintAsyncThen(function () {
18 window.setTimeout(function() {
19 if (window.testRunner)
20 testRunner.notifyDone();
21 },
200); // Red frame of GIF has
100ms duration
25 window.addEventListener('load', pageLoaded, false);
30 <p>Div background should animate between red and green. DRT should snapshot when it is green.
</p>