3 <script src=
"resources/text-based-repaint.js"></script>
4 <script type=
"text/javascript" charset=
"utf-8">
7 var target = document.getElementById(
"square");
8 target.style.webkitTransform =
"scale(0.5, 0.5)";
11 <style type=
"text/css" media=
"screen">
30 <body onload=
"runRepaintTest()">
31 <div id=
"square"></div>
32 <div id=
"overlay"></div>
34 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=19623">https://bugs.webkit.org/show_bug.cgi?id=
19623</a></p>
35 <p>Test for incomplete repaint when a non-layer object gains a transform. You should see a green square above. If you see any red, the test has failed.
</p>