4 This test checks that repaint testing works with composited layers.
9 <style type=
"text/css">
11 transform: translateZ
(0px);
18 transform: translateZ
(0px);
28 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
30 function repaintTest() {
31 var parent
= document
.getElementById('parent');
32 var child
= document
.getElementById('child');
34 child
.style
.background
= 'blue';
35 parent
.style
.background
= 'green';
43 <div id=
"child"></div>