1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>Relative Position Transform Redraw
</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
;
15 transform: rotate
(0deg);
19 transform: rotate
(45deg);
22 <script src=
"resources/text-based-repaint.js" type=
"text/javascript" charset=
"utf-8"></script>
23 <script type=
"text/javascript" charset=
"utf-8">
24 function repaintTest()
26 document.getElementById('box').className = 'rotated';
30 <body onload=
"runRepaintTest()">
31 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=17840">https://bugs.webkit.org/show_bug.cgi?id=
17840</a>. The rotated box should be correctly redrawn.
</p>