1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <meta http-equiv=
"Content-type" content=
"text/html; charset=utf-8">
6 <title>CSS Transition test case
</title>
7 <style type=
"text/css" media=
"screen">
22 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
24 function repaintTest()
26 document
.getElementById('test').className
= 'stretchy';
30 <body onload=
"runRepaintTest()">
31 <p>If you see red, the test failed
</p>
32 <div id=
"test" class=
"big stretchy"></div>