4 -webkit-animation: inset-anim
2s linear;
6 @-webkit-keyframes inset-anim {
7 from { -webkit-clip-path: inset(
10%); }
8 to { -webkit-clip-path: inset(
20%); }
11 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
13 outputRepaintRects
= false;
14 onload
= runRepaintTest
;
15 function repaintTest() {
18 Test for crbug.com/
448227: This test passes if it does not crash.