| Index: third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-z-index-expected.html b/third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html
 | 
| similarity index 60%
 | 
| copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-z-index-expected.html
 | 
| copy to third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html
 | 
| index 0ecdd7d56612cd0f4032830017d0e1c0012f3103..b880446f56aab813e9fa3f3b39cca2f518ba45bf 100644
 | 
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-z-index-expected.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/css/containment/paint-containment-with-absolute-position-expected.html
 | 
| @@ -1,10 +1,10 @@
 | 
|  <!DOCTYPE html>
 | 
|  <style>
 | 
| -#composited-box {
 | 
| +div {
 | 
|      width: 100px;
 | 
|      height: 100px;
 | 
|      background-color: green;
 | 
| -    z-index: 2;
 | 
|  }
 | 
|  </style>
 | 
| -<div id="composited-box"></div>
 | 
| +<body>
 | 
| +<div></div>
 | 
| 
 |