4 <script src=
"resources/text-based-repaint.js"></script>
5 <script type=
"text/javascript">
6 window
.onload = function() {
10 function repaintTest() {
11 document
.getElementById('clip').style
.transform
= 'translateY(100px)';
19 background-color: rgba(
255,
0,
0,
0.9);
20 -webkit-clip-path: polygon(
0px
0px,
100%
0px,
100%
100%,
0px
83%);
21 -webkit-backface-visibility: hidden;