5 Test case for https://bugs.webkit.org/show_bug.cgi?id=
61338
9 transform:rotate(
50deg);
12 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
14 function repaintTest() {
15 document
.getElementById('rel').classList
.remove('rotated');
19 <body onload=
"runRepaintTest()">
21 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=61338">61338</a>: Element not fully repainted after application and removal of transform </p>
22 <p> The test PASSES only if all the four borders of the box are displayed in green</p>
24 <div id=
"rel" class=
"rotated" style=
"height:50px; width:200px; background-color:yellow ; border:10px solid green;"> </div>