1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>Transform Repaint Descendants
</title>
5 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8">
6 <style type=
"text/css">
13 background-color: #CCC;
14 border: 1px solid black
;
23 background-color: #555;
26 <script src=
"resources/text-based-repaint.js" type=
"text/javascript" charset=
"utf-8"></script>
27 <script type=
"text/javascript" charset=
"utf-8">
29 function incrementAngle()
31 document.getElementById('box').style.webkitTransform = 'rotate(' + gAngle + 'deg)';
35 function repaintTest()
47 <body onload=
"startTest()">
48 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=22088">https://bugs.webkit.org/show_bug.cgi?id=
22088</a>. The rotated box should be correctly redrawn.
</p>
49 <div id=
"box"><div></div></div>