| Index: LayoutTests/paint/invalidation/spv2/clip-path-constant-repaint-expected.html
 | 
| diff --git a/LayoutTests/fast/repaint/clip-path-constant-repaint.html b/LayoutTests/paint/invalidation/spv2/clip-path-constant-repaint-expected.html
 | 
| similarity index 55%
 | 
| copy from LayoutTests/fast/repaint/clip-path-constant-repaint.html
 | 
| copy to LayoutTests/paint/invalidation/spv2/clip-path-constant-repaint-expected.html
 | 
| index ce1c042278ba1bf35c2e543f6e1f2070553c2a1d..79dc5fa6a6e52c2bc23dbaa7534519ba64348776 100644
 | 
| --- a/LayoutTests/fast/repaint/clip-path-constant-repaint.html
 | 
| +++ b/LayoutTests/paint/invalidation/spv2/clip-path-constant-repaint-expected.html
 | 
| @@ -1,16 +1,6 @@
 | 
|  <!DOCTYPE html>
 | 
|  <html>
 | 
|  <head>
 | 
| -<script src="resources/text-based-repaint.js"></script>
 | 
| -<script type="text/javascript">
 | 
| -window.onload = function() {
 | 
| -    runRepaintTest();
 | 
| -};
 | 
| -
 | 
| -function repaintTest() {
 | 
| -    document.getElementById('clip').style.transform = 'translateY(100px)';
 | 
| -}
 | 
| -</script>
 | 
|  <style>
 | 
|  #clip {
 | 
|    width: 100%;
 | 
| @@ -19,6 +9,7 @@ function repaintTest() {
 | 
|    background-color: rgba(255, 0, 0, 0.9);
 | 
|    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 83%);
 | 
|    -webkit-backface-visibility: hidden;
 | 
| +  transform: translateY(100px);
 | 
|  }
 | 
|  </style>
 | 
|  </head>
 | 
| 
 |